Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit f1c3473

Browse files
Alex Lyndmikesamuel
Alex Lynd
authored andcommitted
Fix hex color typo (#595)
1 parent e14ed1c commit f1c3473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/doxy.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ li.L1,li.L3,li.L5,li.L7,li.L9 { }
5151
pre.prettyprint, code.prettyprint { background-color: #fff; }
5252
pre .str, code .str { color: #088; }
5353
pre .kwd, code .kwd { color: #006; font-weight: bold; }
54-
pre .com, code .com { color: #oc3; font-style: italic; }
54+
pre .com, code .com { color: #0c3; font-style: italic; }
5555
pre .typ, code .typ { color: #404; font-weight: bold; }
5656
pre .lit, code .lit { color: #044; }
5757
pre .pun, code .pun { color: #440; }

0 commit comments

Comments
 (0)