From 556deedc7ad61ad37ba532c9f0b80808f009aba2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Jul 2026 11:18:33 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 486bb3b..3e27315 100644 --- a/src/index.css +++ b/src/index.css @@ -6,15 +6,15 @@ :root { /* Dark theme with monochrome accents */ - --background: #fbfaff; + --background: #f5faff; --card: #ffffff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; - --primary-cta-text: #fbfaff; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; --secondary-cta: #ffffff; - --secondary-cta-text: #0f0022; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1