From 8ccc12101ae3331f651d54bfdd1036822d827b2c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 17 May 2026 14:10:07 +0000 Subject: [PATCH] Changed color theme to red --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 6d5d541..6a40b78 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f0f2f5; + --background: #fef2f2; --card: #ffffff; --foreground: #333333; - --primary-cta: #6699cc; + --primary-cta: #ef4444; --primary-cta-text: #ffffff; - --secondary-cta: #e0e0e0; - --secondary-cta-text: #333333; - --accent: #4a7ba7; - --background-accent: #8cb3d9; + --secondary-cta: #fecaca; + --secondary-cta-text: #dc2626; + --accent: #dc2626; + --background-accent: #fee2e2; /* @layout/border-radius/rounded */ --radius: 1rem;