Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7abf4f027d | |||
| ddf50abdf1 |
@@ -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: #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: #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: #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);
|
||||
|
||||
Reference in New Issue
Block a user