diff options
-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 */ |