diff options
author | wires <wires@noreply.wires.systems> | 2025-04-01 11:47:22 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-01 11:47:22 -0400 |
commit | 506fa714a38a337135ebc75bc3cfa694becec458 (patch) | |
tree | f066c64659d2203539823212eeed33ef2ad2664d /assets/syntax.css | |
parent | redo home page (diff) | |
download | blog-506fa714a38a337135ebc75bc3cfa694becec458.tar.gz |
little tweaks to tags + comment color
Diffstat (limited to 'assets/syntax.css')
-rw-r--r-- | assets/syntax.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/syntax.css b/assets/syntax.css index a7bee02..f823a25 100644 --- a/assets/syntax.css +++ b/assets/syntax.css @@ -1,6 +1,6 @@ :root { --chroma-bg: #111; - --comment: #9e9e9e; + --comment: #7f849c; --cyan: #8be9fd; --green: #50fa7b; --orange: #ffb86c; |