Bob AI: make it light theme

This commit is contained in:
2026-02-01 21:46:12 +02:00
parent 851fed291f
commit d0ec60a569

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #1a1a2e;; --background: #ffffff;;
--card: #2c2c3e;; --card: #f0f0f0;;
--foreground: #ffffff;; --foreground: #000000;;
--primary-cta: #62c78e;; --primary-cta: #62c78e;;
--secondary-cta: #888899;; --secondary-cta: #888899;;
--accent: #62c78e;; --accent: #62c78e;;
--background-accent: #2c2c3e;; --background-accent: #e0f0d0;;
/* 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);