From 32184ab79ae3d36aaac9e270c29864243cf31f56 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:00:26 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index ba43968..e635a0b 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #fffafb; - --card: #ffffff; - --foreground: #2d1b24; - --primary-cta: #d4af37; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120a00e6; + --primary-cta: #FF7B05; --primary-cta-text: #ffffff; - --secondary-cta: #f8b1c5; - --secondary-cta-text: #2d1b24; - --accent: #f8b1c5; - --background-accent: #fce4ec; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #120a00e6; + --accent: #e2e2e2; + --background-accent: #FF7B05; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1