Bob AI: change theme to dark

This commit is contained in:
2026-01-31 15:47:50 +02:00
parent 153c160fe6
commit af1f3ef1de

View File

@@ -6,13 +6,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #e0f7fa;;
--card: #ffffff;;
--foreground: #000000;;
--background: #121212;;
--card: #1e1e1e;;
--foreground: #ffffff;;
--primary-cta: #00bcd4;;
--secondary-cta: #ffffff;;
--secondary-cta: #b2ebf2;;
--accent: #0097a7;;
--background-accent: #b2ebf2;;
--background-accent: #0097a71a;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);