From b6639a75a72c886f52cbdc82a24d298c87576354 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 23 May 2026 21:13:08 +0000 Subject: [PATCH] Updated color theme to blue and white. --- src/index.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/index.css b/src/index.css index d6dbd21..6802004 100644 --- a/src/index.css +++ b/src/index.css @@ -4,16 +4,16 @@ @import "./styles/animations.css"; :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; + /* @colorThemes/lightTheme/blueWhite */ + --background: #ffffff; + --card: #f0f4f8; + --foreground: #333333; + --primary-cta: #4a90e2; + --primary-cta-text: #ffffff; + --secondary-cta: #e0e0e0; + --secondary-cta-text: #333333; + --accent: #1e62b3; + --background-accent: #d6e6f2; /* @layout/border-radius/rounded */ --radius: 0.5rem;