1 Commits

Author SHA1 Message Date
3f4aa60d41 Bob AI: Can you change the color of the site to something ... 2026-02-03 00:03:01 +00:00

View File

@@ -4,14 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5f5f5;; --background: #f5f5dc;;
--card: #ffffff;; --card: #fffaf0;;
--foreground: #1c1c1c;; --foreground: #333;;
--primary-cta: #341f51;; --primary-cta: #d2691e;;
--secondary-cta: #ffffff;; --secondary-cta: #fff;;
--accent: #6139e6;; --accent: #ffebcd;;
--background-accent: #b3a8e8;; --background-accent: #b38b4d;;
/* 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);