3 Commits

View File

@@ -3,20 +3,20 @@
/* --vw is set by ThemeProvider */
/* --background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--secondary-cta: #ecebea;
--accent: #ffffff;
--background-accent: #ffffff; */
--card: rgba(51, 26, 82, 0.7);
--foreground: #000000;
--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: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--secondary-cta: #ffffff;
--accent: #b2a28b;
--background-accent: #b2a28b;
--background: rgba(0, 0, 0, 0.5);
--card: rgba(51, 26, 82, 0.7);
--foreground: #000000;
--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);