Skip to content

Commit c78e326

Browse files
committed
see changkun#5, optimize syntax color
1 parent e0a8e76 commit c78e326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/themes/moderncpp/source/modern-cpp/css/_syntax.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ pre
2323
.tex .special
2424
color: #2973b7
2525
.class .title
26-
color: white
26+
color: #1C90F3
2727
.symbol,
2828
.symbol .string,
2929
.value,
3030
.regexp
3131
color: $theme
3232
.title
33-
color: #A6E22E
33+
color: #7e2d36
3434
.tag .value,
3535
.string,
3636
.subst,

0 commit comments

Comments
 (0)