2 Commits

Author SHA1 Message Date
kudinDmitriyUp
5bd5e9a85d Bob AI: Change the site's global background color to red by modifyin 2026-04-27 15:27:18 +00:00
kudinDmitriyUp
a92679f308 Bob AI: Change the --background CSS variable to 'red' in src/styles/ 2026-04-27 15:16:57 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #e3deea;
--card: #ffffff;
--foreground: #1e3a8a;
--primary-cta: #1e3a8a;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1e3a8a;
--accent: #627dc6;
--background-accent: #627dc6;
--background: #ff0000;
--card: #cc0000;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #ff0000;
--secondary-cta: #990000;
--secondary-cta-text: #ffffff;
--accent: #ffffff;
--background-accent: #990000;
/* @layout/border-radius/rounded */
--radius: 0.5rem;