From 03c9fec4a84178d86901c588ed302acb90111c96 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 17 May 2026 08:15:20 +0000 Subject: [PATCH] Updated color theme to a dark, professional palette. --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index d3eaf2c..ab4b609 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; - --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; - --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --background: #1a1a2e; + --card: #2a2a4a; + --foreground: #e0e0e0; + --primary-cta: #e94560; + --primary-cta-text: #ffffff; + --secondary-cta: #533483; + --secondary-cta-text: #e0e0e0; + --accent: #0f3460; + --background-accent: #16213e; /* @layout/border-radius/rounded */ --radius: 0.5rem;