From d5596249f4f02a2c642a2385920a3b76f97f3d13 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Tue, 25 Apr 2023 00:49:24 +0800 Subject: gruvbox.css: make comments transparent --- assets/css/gruvbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/gruvbox.css b/assets/css/gruvbox.css index a014412..a8b6654 100644 --- a/assets/css/gruvbox.css +++ b/assets/css/gruvbox.css @@ -13,7 +13,7 @@ .code .ch { color: #928374; font-style: italic; background-color: #282828 } /* Comment.Hashbang */ .code .cm { color: #928374; font-style: italic; background-color: #282828 } /* Comment.Multiline */ .code .cp { color: #8ec07c; background-color: #282828 } /* Comment.Preproc */ -.code .c1 { color: #928374; font-style: italic; background-color: #282828 } /* Comment.Single */ +.code .c1 { color: #83a598; font-style: italic } /* Comment.Single */ .code .cs { color: #928374; font-style: italic; background-color: #282828 } /* Comment.Special */ .code .gd { color: #282828; background-color: #fb4934 } /* Generic.Deleted */ .code .ge { color: #83a598; text-decoration: underline; background-color: #282828 } /* Generic.Emph */ -- cgit v1.2.3