From 495357637fbc5ad7bcec6916bf3355b085e2d57b Mon Sep 17 00:00:00 2001 From: golovin Date: Thu, 31 Oct 2024 21:39:02 +0300 Subject: [PATCH] 2024-10-31 --- jekyll_theme/assets/css/code-highlighting.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll_theme/assets/css/code-highlighting.css b/jekyll_theme/assets/css/code-highlighting.css index a571429..ff542d2 100644 --- a/jekyll_theme/assets/css/code-highlighting.css +++ b/jekyll_theme/assets/css/code-highlighting.css @@ -15,6 +15,6 @@ pre, code { font-family: JBMono, monospace; font-variant: none; } /* number */ .mi, .mf { color: #3866ee; } /* string */ -.s, .s1, .s2, .dl { color: #080; } +.s, .s1, .s2, .se, .dl { color: #080; } /* comment */ .c, .c1, .cm { color: #9e9e9e; }