Skip to content

Commit 0cf13d0

Browse files
committed
Fix highlight background
1 parent e75e683 commit 0cf13d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/syntax.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.highlight .hll { background-color: #ffffcc }
2-
.highlight { background: #ffffff; }
2+
/*.highlight { background: #ffffff; }*/
33
.highlight .c { color: #888888 } /* Comment */
44
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
55
.highlight .k { color: #008800; font-weight: bold } /* Keyword */

0 commit comments

Comments
 (0)