Bob AI: change color scheme to dark

This commit is contained in:
2026-01-31 15:51:13 +02:00
parent 84af43f30f
commit 1b77a47cd3

View File

@@ -7,12 +7,12 @@
/* --vw is set by ThemeProvider */
--background: #1a1a2e;;
--card: #e0e0e0;;
--foreground: #333333;;
--primary-cta: #cccccc;;
--secondary-cta: #bfbfbf;;
--accent: #e91e8f;;
--background-accent: #d3d3d3;;
--card: #2c2c3e;;
--foreground: #ffffff;;
--primary-cta: #525266;;
--secondary-cta: #6b6b82;;
--accent: #4caf50;;
--background-accent: #2e2e40;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);