Skip to content

Commit 599cc11

Browse files
committed
Increase constrast for syntax highlighting
1 parent 2693d00 commit 599cc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_syntaxhighlighting.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.highlight { background-color: #002b36; color: #93a1a1 }
1+
.highlight { background-color: #000000; color: #93a1a1 }
22
.highlight .c { color: #586e75 } /* Comment */
33
.highlight .err { color: #93a1a1 } /* Error */
44
.highlight .g { color: #93a1a1 } /* Generic */

0 commit comments

Comments
 (0)