wires

summary refs log tree commit diff
path: root/assets/syntax.css
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 19:54:42 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 19:54:42 -0400
commitbb9436fee3dc00ac845bd9a54cd4ffd55c90adf3 (patch)
tree86e3ffac521a6325e78d38fc22d69e8412dd2245 /assets/syntax.css
parentfix headache with main page and mobile (diff)
downloadblog-bb9436fee3dc00ac845bd9a54cd4ffd55c90adf3.tar.gz
lots more little typography tweaks
Diffstat (limited to 'assets/syntax.css')
-rw-r--r--assets/syntax.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/syntax.css b/assets/syntax.css
index db001aa..d21717e 100644
--- a/assets/syntax.css
+++ b/assets/syntax.css
@@ -1,6 +1,6 @@
 :root {
   --chroma-bg: #000;
-  --comment: #6c7086;
+  --comment: #7f849c;
   --cyan: #8be9fd;
   --green: #50fa7b;
   --orange: #ffb86c;