3 Commits

Author SHA1 Message Date
bd1918395c Merge version_3_1782372818643 into main
Merge version_3_1782372818643 into main
2026-06-25 07:35:38 +00:00
kudinDmitriyUp
bbf3c740d2 Bob AI: Change website background to red and adjust theme colors for 2026-06-25 07:34:53 +00:00
c1df177a41 Merge version_2_1782372572665 into main
Merge version_2_1782372572665 into main
2026-06-25 07:31:23 +00:00

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;