From 49c249b9575af10c1a7368adb19335faf7cf50f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 11:02:14 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 231905a..ca41c2c 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #f5f5f5; - --primary-cta: #dfff1c; + --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --accent: #b8860b; + --background-accent: #8b6914; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1