From 01a555263148e9ea69da702b9de9f34e1a333e19 Mon Sep 17 00:00:00 2001 From: Rushan Date: Tue, 23 Aug 2022 19:02:14 +0400 Subject: [PATCH] Update syntax highlight color (#534) --- source/_static/scss/includes/_reset.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_static/scss/includes/_reset.scss b/source/_static/scss/includes/_reset.scss index c19dcf5f..58c7f4be 100644 --- a/source/_static/scss/includes/_reset.scss +++ b/source/_static/scss/includes/_reset.scss @@ -141,6 +141,11 @@ a { .w { text-decoration: none; } + + .s1, + .s2 { + color: #3f7a08; + } } pre {