From 063711c2a9d8ffaa75dc1885bfec59a4a06a0658 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 8 Jun 2026 16:04:05 +0000 Subject: [PATCH] Bob AI: Update color theme to light blue --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 90b32d3..8e96b29 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #ffffff; - --card: #f5f5f5; - --foreground: #0a0a0a; - --primary-cta: #dfff1c; - --primary-cta-text: #0a0a0a; - --secondary-cta: #f5f5f5; - --secondary-cta-text: #0a0a0a; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --background: #f0f8ff; + --card: #e6f2ff; + --foreground: #003366; + --primary-cta: #0066cc; + --primary-cta-text: #ffffff; + --secondary-cta: #cce0ff; + --secondary-cta-text: #003366; + --accent: #3399ff; + --background-accent: #99ccff; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1