Bob AI: update the theme to minimal grayscale

This commit is contained in:
2026-01-31 15:49:53 +02:00
parent 393640960f
commit 594ef0748f

View File

@@ -6,13 +6,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #006699;; --background: #f4f4f4;;
--card: #004c75;; --card: #e0e0e0;;
--foreground: #ff6b6b;; --foreground: #333333;;
--primary-cta: #00bfff;; --primary-cta: #cccccc;;
--secondary-cta: #0099cc;; --secondary-cta: #bfbfbf;;
--accent: #00ccff;; --accent: #999999;;
--background-accent: #0099cc;; --background-accent: #d3d3d3;;
/* 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);