Bob AI: Update theme to light blue

This commit is contained in:
kudinDmitriyUp
2026-06-11 13:44:57 +00:00
parent 46f63d2261
commit 861e000766

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
--background: #f0f8ff;
--card: #ffffff;
--foreground: #0f172a;
--primary-cta: #3b82f6;
--primary-cta-text: #ffffff;
--secondary-cta: #e2e8f0;
--secondary-cta-text: #0f172a;
--accent: #2563eb;
--background-accent: #bfdbfe;
/* @layout/border-radius/rounded */
--radius: 1.5rem;