1 Commits

Author SHA1 Message Date
042904be54 Bob AI: change theme to more strict like black and white 2026-02-18 12:42:39 +02:00

View File

@@ -3,20 +3,20 @@
/* --vw is set by ThemeProvider */
/* --background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--secondary-cta: #e7eecd;;
--accent: #35c18b;;
--background-accent: #ecebe4;; */
--card: #ffffff;;
--foreground: #000000;;
--primary-cta: #000000;;
--secondary-cta: #ffffff;;
--accent: #000000;;
--background-accent: #ffffff;; */
--background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--secondary-cta: #e7eecd;;
--accent: #35c18b;;
--background-accent: #ecebe4;;
--background: #000000;;
--card: #ffffff;;
--foreground: #000000;;
--primary-cta: #000000;;
--secondary-cta: #ffffff;;
--accent: #000000;;
--background-accent: #ffffff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);