Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7abf4f027d |
@@ -3,20 +3,20 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f4ef;
|
/* --background: #f5f4ef;
|
||||||
--card: #331a52;
|
--card: rgba(51, 26, 82, 0.7);
|
||||||
--foreground: #000000;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #000000;
|
--primary-cta: rgba(0, 0, 0, 0.8);
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: rgba(255, 255, 255, 0.8);
|
||||||
--accent: #800080;
|
--accent: rgba(128, 0, 128, 0.8);
|
||||||
--background-accent: #800080; */
|
--background-accent: rgba(128, 0, 128, 0.8); */
|
||||||
|
|
||||||
--background: #000000;
|
--background: rgba(0, 0, 0, 0.5);
|
||||||
--card: #331a52;
|
--card: rgba(51, 26, 82, 0.7);
|
||||||
--foreground: #000000;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #000000;
|
--primary-cta: rgba(0, 0, 0, 0.8);
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: rgba(255, 255, 255, 0.8);
|
||||||
--accent: #800080;
|
--accent: rgba(128, 0, 128, 0.8);
|
||||||
--background-accent: #800080;
|
--background-accent: rgba(128, 0, 128, 0.8);
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user