From 235dd4b509359ba22675ce52026a8c7081861def Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 20:56:13 +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 956388a..0e33846 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #171010; - --foreground: #fdf8f4; - --primary-cta: #c5a059; - --primary-cta-text: #0a0a0a; - --secondary-cta: #5a0a0a; - --secondary-cta-text: #fdf8f4; - --accent: #c5a059; - --background-accent: #2a0a0a; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #511f1f; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #8f3838; + --background-accent: #c9725c; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1