3 Commits

Author SHA1 Message Date
bed5520fde Bob AI: change color theme to red and black 2026-02-25 11:22:31 +00:00
7097fe1db7 Bob AI: change color theme to red and black 2026-02-25 11:20:05 +00:00
12fd318679 Merge version_1 into main
Merge version_1 into main
2026-02-25 11:13:55 +00:00

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #032419;;
--primary-cta: #2bb889;;
--card: #1a1a1a;;
--foreground: #ffffff;;
--primary-cta: #ff0000;;
--secondary-cta: #ffffff;;
--accent: #09b97e;;
--background-accent: #a8e8c3;; */
--accent: #ff3333;;
--background-accent: #cc0000;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #032419;;
--primary-cta: #2bb889;;
--background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffff;;
--primary-cta: #ff0000;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #032419;;
--accent: #09b97e;;
--background-accent: #a8e8c3;;
--accent: #ff3333;;
--background-accent: #cc0000;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);