Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87fa0a362e |
@@ -10,13 +10,13 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fcf6ec;
|
--background: #000000;
|
||||||
--card: #e6f5e6;
|
--card: #000000;
|
||||||
--foreground: #ffffff;
|
--foreground: #800080;
|
||||||
--primary-cta: #ffffff;
|
--primary-cta: #800080;
|
||||||
--secondary-cta: #2e2521;
|
--secondary-cta: #2e2521;
|
||||||
--accent: #b2a28b;
|
--accent: #800080;
|
||||||
--background-accent: #b2a28b;
|
--background-accent: #800080;
|
||||||
|
|
||||||
/* 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);
|
||||||
@@ -213,3 +213,7 @@
|
|||||||
--height-150: 135vw;
|
--height-150: 135vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Cursive', cursive, sans-serif;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user