Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 7bc53fd

Browse files
committed
Fix invalid CSS for title
1 parent 34e6478 commit 7bc53fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/prism/prism.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pre.line-numbers > code {
186186
.prism-titlename {
187187
margin-top: -8px !important;
188188
margin-bottom: 16px;
189-
font-family: font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
189+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
190190
font-weight: bold;
191191
color: orange;
192192
}

0 commit comments

Comments
 (0)