Skip to content

Commit 7fdd226

Browse files
committed
updated
1 parent 4fa537c commit 7fdd226

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/syntax.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
6161
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */
6262

63-
.highlight pre {
63+
pre.highlight {
6464
font-family: "Bitstream Vera Sans Mono",monospace;
6565
background: #222;
6666
font-size: 85%;
@@ -77,4 +77,5 @@ p code, li code {
7777
background: #eee;
7878
font-family: "Bitstream Vera Sans Mono",monospace;
7979
padding: 0 5px;
80-
}
80+
}
81+

0 commit comments

Comments
 (0)