We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa537c commit 7fdd226Copy full SHA for 7fdd226
css/syntax.css
@@ -60,7 +60,7 @@
60
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
61
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */
62
63
-.highlight pre {
+pre.highlight {
64
font-family: "Bitstream Vera Sans Mono",monospace;
65
background: #222;
66
font-size: 85%;
@@ -77,4 +77,5 @@ p code, li code {
77
background: #eee;
78
79
padding: 0 5px;
80
-}
+}
81
+
0 commit comments