From 2f973f1090fa4586c6ce82106b9043c11135d17b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 22:56:07 +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 17bd461..ce99424 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/professionalBlue */ - --background: #020617; - --card: #0f172a; - --foreground: #f1f5f9; - --primary-cta: #0ea5e9; - --primary-cta-text: #ffffff; - --secondary-cta: #334155; - --secondary-cta-text: #f1f5f9; - --accent: #38bdf8; - --background-accent: #0284c7; + --background: #f5f4f0; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; + --primary-cta-text: #f5f4f0; + --secondary-cta: #f5f4f0; + --secondary-cta-text: #1a1a1a; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* @layout/border-radius/soft */ --radius: 1.5rem;