Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87fa0a362e |
@@ -10,13 +10,13 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcf6ec;
|
||||
--card: #e6f5e6;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--background: #000000;
|
||||
--card: #000000;
|
||||
--foreground: #800080;
|
||||
--primary-cta: #800080;
|
||||
--secondary-cta: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
--accent: #800080;
|
||||
--background-accent: #800080;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -213,3 +213,7 @@
|
||||
--height-150: 135vw;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Cursive', cursive, sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user