wires

summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 11:47:22 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 11:47:22 -0400
commit506fa714a38a337135ebc75bc3cfa694becec458 (patch)
treef066c64659d2203539823212eeed33ef2ad2664d /assets
parentredo home page (diff)
downloadblog-506fa714a38a337135ebc75bc3cfa694becec458.tar.gz
little tweaks to tags + comment color
Diffstat (limited to 'assets')
-rw-r--r--assets/syntax.css2
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;