1 Commits

Author SHA1 Message Date
1c4cd091c4 Bob AI: Can you change the color to blue instead of this g... 2026-02-02 16:52:20 +00:00

View File

@@ -4,14 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f7f6f7;; --background: #1a237e;;
--card: #ffffff;; --card: #212121;;
--foreground: #032419;; --foreground: #ffffff;;
--primary-cta: #2bb889;; --primary-cta: #00acc1;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #09b97e;; --accent: #0097a7;;
--background-accent: #a8e8c3;; --background-accent: #b3e5fc;;
/* Base spacing units */ /* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25); --vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5); --vw-0_5: calc(var(--vw) * 0.5);