From c78e32693edba92ae779dda4b91cb272e8b6b986 Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Sun, 24 Jun 2018 12:40:25 +0200 Subject: [PATCH] see #5, optimize syntax color --- website/themes/moderncpp/source/modern-cpp/css/_syntax.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/moderncpp/source/modern-cpp/css/_syntax.styl b/website/themes/moderncpp/source/modern-cpp/css/_syntax.styl index 1af5a50..f1c5a3b 100755 --- a/website/themes/moderncpp/source/modern-cpp/css/_syntax.styl +++ b/website/themes/moderncpp/source/modern-cpp/css/_syntax.styl @@ -23,14 +23,14 @@ pre .tex .special color: #2973b7 .class .title - color: white + color: #1C90F3 .symbol, .symbol .string, .value, .regexp color: $theme .title - color: #A6E22E + color: #7e2d36 .tag .value, .string, .subst,