From de672db44e51f9e1ae1cd6bbceb76e695778f37d Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 15 May 2026 02:39:59 +0200 Subject: [PATCH] chore: changing accent color --- 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 a6dafe3..6f8b3a3 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -16,7 +16,7 @@ --color-foreground-muted: light-dark(#6b7280, #9ca3af); --color-foreground: light-dark(#111827, #f3f4f6); - --color-accent: #d97706; + --color-accent: #2667ff; --color-border: light-dark(rgba(17, 24, 39, 0.08), rgba(243, 244, 246, 0.08)); --color-surface-hover: light-dark(rgba(17, 24, 39, 0.04), rgba(243, 244, 246, 0.04)); }