2 Commits

Author SHA1 Message Date
4d3140a7f2 Bob AI: change the whole website to dark 2026-02-24 12:05:41 +00:00
4165701edb Merge version_1 into main
Merge version_1 into main
2026-02-24 12:03:36 +00:00

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1c1c1c;;
--secondary-cta: #ffffff;;
--accent: #6139e6;;
--background-accent: #b3a8e8;; */
--card: #2d2d2d;;
--foreground: #e8e8e8;;
--primary-cta: #e8e8e8;;
--secondary-cta: #2d2d2d;;
--accent: #8b5cf6;;
--background-accent: #4c3a8f;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1c1c1c;;
--background: #1a1a1a;;
--card: #2d2d2d;;
--foreground: #e8e8e8;;
--primary-cta: #e8e8e8;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta: #2d2d2d;;
--secondary-cta-text: #1c1c1c;;
--accent: #6139e6;;
--background-accent: #b3a8e8;;
--accent: #8b5cf6;;
--background-accent: #4c3a8f;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);