diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 16:44:08 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 16:44:08 -0300 |
commit | f71c3966872c5f1ff34a7ceb4d9e720b9fad17a5 (patch) | |
tree | fdb4d1a4b66826d28bf0f85056837c0e6004971a /assets/syntax.css | |
parent | 5d2a097a0b147ef62f206db3e3895321b6c4f114 (diff) | |
parent | d48d738e2498b728f6014f00e32a35d06e555205 (diff) | |
download | hugo-bearcub-f71c3966872c5f1ff34a7ceb4d9e720b9fad17a5.tar.gz hugo-bearcub-f71c3966872c5f1ff34a7ceb4d9e720b9fad17a5.tar.bz2 |
Merge branch 'style/herman'
Diffstat (limited to 'assets/syntax.css')
-rw-r--r-- | assets/syntax.css | 10 |
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 { } */ |