1 Commits

Author SHA1 Message Date
64fd515c8d Bob AI: change color theme to red and black 2026-01-30 14:54:52 +00:00

View File

@@ -4,14 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #000000;;
--card: #f9f9f9;; --card: #1a1a1a;;
--foreground: #120006e6;; --foreground: #ffffff;;
--primary-cta: #e63946;; --primary-cta: #ff4d4d;;
--secondary-cta: #f9f9f9;; --secondary-cta: #ff7e7e;;
--accent: #e2e2e2;; --accent: #ff4d4d;;
--background-accent: #c4c4c4;; --background-accent: #2a2a2a;;
/* 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);