From cb320763360849d7fb0af1e7d1d3306657cd3034 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 8 May 2026 19:32:38 +0000 Subject: [PATCH] feat: update color theme --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 00de355..9570172 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f5f5; + --background: #f8f9fa; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1f3251; - --primary-cta-text: #f5f5f5; + --foreground: #000000; + --primary-cta: #34495e; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --secondary-cta-text: #000000; + --accent: #34495e; + --background-accent: #e9ecef; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1