Bob AI: change color palette to ocean blue

This commit is contained in:
2026-01-31 15:49:12 +02:00
parent f85152c539
commit c08cace8f7

View File

@@ -6,13 +6,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f5f5dc;;
--card: #d2b48c;;
--foreground: #333333;;
--primary-cta: #e6b86b;;
--secondary-cta: #c29b5c;;
--accent: #e91e8f;;
--background-accent: #eedda0;;
--background: #006699;;
--card: #004c75;;
--foreground: #ffffff;;
--primary-cta: #00bfff;;
--secondary-cta: #0099cc;;
--accent: #00ccff;;
--background-accent: #0099cc;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);