Bob AI: make it light theme

This commit is contained in:
2026-02-02 10:28:42 +02:00
parent 62dc437c43
commit 470fb664a4

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: #222238;; --card: #f5f5f5;;
--foreground: #ffffff;; --foreground: #1a1a2e;;
--primary-cta: #22c55e;; --primary-cta: #22c55e;;
--secondary-cta: #2a2a3b;; --secondary-cta: #6b7280;;
--accent: #3b82f6;; --accent: #3b82f6;;
--background-accent: #2a3664;; --background-accent: #e0e7ff;;
/* 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);