From 55160ecbd1fd5874e1c829da0651984d25d5dc0b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 22:58:04 +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 838b973..d9e1315 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #020617; - --card: #0f172a; - --foreground: #ffffff; - --primary-cta: #FACC15; - --primary-cta-text: #000000; - --secondary-cta: #1e293b; - --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #2563eb; + --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/rounded */ --radius: 1.5rem; -- 2.49.1