From eb8a70ee5051e3bce6dbadd39837cb8fce95970a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 17 May 2026 13:59:54 +0000 Subject: [PATCH] Updated color theme to a lighter scheme with soft blue accents. --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 1c5d3d5..6d5d541 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --background: #f0f2f5; + --card: #ffffff; + --foreground: #333333; + --primary-cta: #6699cc; + --primary-cta-text: #ffffff; + --secondary-cta: #e0e0e0; + --secondary-cta-text: #333333; + --accent: #4a7ba7; + --background-accent: #8cb3d9; /* @layout/border-radius/rounded */ --radius: 1rem;