2 Commits

Author SHA1 Message Date
62d6d10212 Bob AI: change theme to purple and gold 2026-02-02 20:34:50 +02:00
cb4917a86d Bob AI: change theme to dark blue 2026-02-02 20:33:08 +02:00

View File

@@ -4,14 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5f5f5;; --background: #331f75;;
--card: #ffffff;; --card: #482f85;;
--foreground: #1c1c1c;; --foreground: #f7f0eb;;
--primary-cta: #1f514c;; --primary-cta: #a2469c;;
--secondary-cta: #ffffff;; --secondary-cta: #f7f0eb;;
--accent: #159c49;; --accent: #f7f0eb;;
--background-accent: #a8e8ba;; --background-accent: #a2469c;;
/* 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);