Bob AI: Change website background to red and adjust theme colors for

This commit is contained in:
kudinDmitriyUp
2026-06-25 07:34:53 +00:00
parent c1df177a41
commit bbf3c740d2

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #ffffff;
--card: #f5f5f5;
--foreground: #000000;
--primary-cta: #e60000;
--background: #e60000;
--card: #cc0000;
--foreground: #ffffff;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #666666;
--background-accent: #eeeeee;
--secondary-cta: #ffffff;
--secondary-cta-text: #e60000;
--accent: #ffcccc;
--background-accent: #b30000;
/* @layout/border-radius/rounded */
--radius: 0.5rem;