aboutsummaryrefslogtreecommitdiff
path: root/assets/syntax.css
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-04-26 00:28:32 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-04-26 00:28:32 -0300
commit69ff6b3e176edd238055d52f26511bf77cedbbdb (patch)
tree458785988d1e9d0f46ab2b02499dc235097ae284 /assets/syntax.css
parentf97270c33147199c15718f4b58b68541b824d56a (diff)
downloadhugo-bearcub-69ff6b3e176edd238055d52f26511bf77cedbbdb.tar.gz
hugo-bearcub-69ff6b3e176edd238055d52f26511bf77cedbbdb.tar.bz2
Dial down comment color
Diffstat (limited to 'assets/syntax.css')
-rw-r--r--assets/syntax.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/syntax.css b/assets/syntax.css
index 5f15788..a28d967 100644
--- a/assets/syntax.css
+++ b/assets/syntax.css
@@ -69,11 +69,11 @@
/* Operator */ .chroma .o { color: #ff79c6 }
/* OperatorWord */ .chroma .ow { color: #ff79c6 }
/* Punctuation .chroma .p { } */
-/* Comment */ .chroma .c { color: #7c90d0 }
-/* CommentHashbang */ .chroma .ch { color: #7c90d0 }
-/* CommentMultiline */ .chroma .cm { color: #7c90d0 }
-/* CommentSingle */ .chroma .c1 { color: #7c90d0 }
-/* CommentSpecial */ .chroma .cs { color: #7c90d0 }
+/* Comment */ .chroma .c { color: #8491b8 }
+/* CommentHashbang */ .chroma .ch { color: #8491b8 }
+/* CommentMultiline */ .chroma .cm { color: #8491b8 }
+/* CommentSingle */ .chroma .c1 { color: #8491b8 }
+/* CommentSpecial */ .chroma .cs { color: #8491b8 }
/* CommentPreproc */ .chroma .cp { color: #ff79c6 }
/* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 }
/* Generic .chroma .g { } */