1 Commits

Author SHA1 Message Date
7abf4f027d Bob AI: Make the style glassmorphic 2026-02-06 15:49:57 +00:00

View File

@@ -3,20 +3,20 @@
/* --vw is set by ThemeProvider */
/* --background: #f5f4ef;
--card: #331a52;
--foreground: #000000;
--primary-cta: #000000;
--secondary-cta: #ffffff;
--accent: #800080;
--background-accent: #800080; */
--card: rgba(51, 26, 82, 0.7);
--foreground: #ffffff;
--primary-cta: rgba(0, 0, 0, 0.8);
--secondary-cta: rgba(255, 255, 255, 0.8);
--accent: rgba(128, 0, 128, 0.8);
--background-accent: rgba(128, 0, 128, 0.8); */
--background: #000000;
--card: #331a52;
--foreground: #000000;
--primary-cta: #000000;
--secondary-cta: #ffffff;
--accent: #800080;
--background-accent: #800080;
--background: rgba(0, 0, 0, 0.5);
--card: rgba(51, 26, 82, 0.7);
--foreground: #ffffff;
--primary-cta: rgba(0, 0, 0, 0.8);
--secondary-cta: rgba(255, 255, 255, 0.8);
--accent: rgba(128, 0, 128, 0.8);
--background-accent: rgba(128, 0, 128, 0.8);
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);