4 Commits

Author SHA1 Message Date
1c516f5da7 Merge version_3_1779026925782 into main
Merge version_3_1779026925782 into main
2026-05-17 14:09:11 +00:00
kudinDmitriyUp
6de1ddf789 Bob AI: lets use a red color theme 2026-05-17 14:09:08 +00:00
4645e85f4f Merge version_2_1779026759506 into main
Merge version_2_1779026759506 into main
2026-05-17 14:06:45 +00:00
kudinDmitriyUp
099cce66d0 Updated color theme to midnightBlue 2026-05-17 14:06:23 +00:00

View File

@@ -4,16 +4,16 @@
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
/* @colorThemes/darkTheme/midnightBlue */
--background: #1a0000;
--card: #2a0000;
--foreground: #ffffff;
--primary-cta: #ff0000;
--secondary-cta: #1a0000;
--accent: #cc0000;
--background-accent: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
/* @layout/border-radius/rounded */
--radius: 1rem;