From 0816022d74a157a214befd8c6036a35f9f36302e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Jul 2026 11:17:25 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 3130840..6c5f565 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* Dark theme with monochrome accents */ - --background: #0a0a0a; - --card: #161616; - --foreground: #f0f0f0; - --primary-cta: #ffffff; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1e1e1e; - --secondary-cta-text: #e0e0e0; - --accent: #d0d0d0; - --background-accent: #434343; + --background: #f5faff; + --card: #ffffff; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; + --secondary-cta: #ffffff; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1