From 7c1045df935d3d4377b8651e1e5997c3e21b2f73 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 24 May 2026 21:13:34 +0200 Subject: [PATCH] refactor: update accent color to #00b3c4 --- static/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/style.css b/static/assets/style.css index d3e4656..dbaff2c 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -15,7 +15,7 @@ --color-foreground-muted: light-dark(#6e6e6e, #a1a1aa); --color-foreground: light-dark(#111111, #f3f4f6); - --color-accent: #216a97; + --color-accent: #00b3c4; --color-surface-hover: light-dark(rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0.05)); }