diff options
author | Mole Shang <[email protected]> | 2023-04-25 00:49:24 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-04-25 00:50:53 +0800 |
commit | d5596249f4f02a2c642a2385920a3b76f97f3d13 (patch) | |
tree | 82895c6a84f7ecf382fb54c427f9a3117ae26518 /assets/css | |
parent | 22295e4f84bd9ff9d6e52475d8d8f93ae911d862 (diff) | |
download | cgit-dark-d5596249f4f02a2c642a2385920a3b76f97f3d13.tar.gz cgit-dark-d5596249f4f02a2c642a2385920a3b76f97f3d13.tar.bz2 cgit-dark-d5596249f4f02a2c642a2385920a3b76f97f3d13.zip |
gruvbox.css: make comments transparent
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/gruvbox.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |