From af7c1be5e85acba37c11ced4613c0695b5a022ca Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 9 Jun 2026 13:20:17 +0000 Subject: [PATCH] Bob AI: Update color theme to light beige --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index d6414cb..f4b5352 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; - --primary-cta-text: #fcf6ec; + --background: #fdfbf7; + --card: #f5f0e6; + --foreground: #3d3531; + --primary-cta: #3d3531; + --primary-cta-text: #fdfbf7; --secondary-cta: #ffffff; - --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --secondary-cta-text: #3d3531; + --accent: #c4b5a1; + --background-accent: #c4b5a1; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1