1 Commits

Author SHA1 Message Date
443d603adc Bob AI: change color theme to yellow and black 2026-02-17 17:17:55 +00:00

View File

@@ -3,20 +3,20 @@
/* --vw is set by ThemeProvider */
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #e63946;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;; */
--card: #000000;;
--foreground: #ffff00;;
--primary-cta: #000000;;
--secondary-cta: #ffff00;;
--accent: #000000;;
--background-accent: #ffff00;; */
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #e63946;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;;
--background: #000000;;
--card: #000000;;
--foreground: #ffff00;;
--primary-cta: #000000;;
--secondary-cta: #ffff00;;
--accent: #000000;;
--background-accent: #ffff00;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);