From 8b0fca83970f0030e890c5579947821dfb69f4ce Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 5 May 2026 18:04:35 +0200 Subject: [PATCH] style: change accent from green to purple --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index dba94b2..59c6f36 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ --color-foreground-muted: #6a6b70; --color-foreground: #f8f9fa; - --color-accent: #7cb518; + --color-accent: #9f7aea; } :root {