Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1980488bd8 | |||
| 1e2dcc8a97 | |||
| ab470a7460 |
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-font-family: var(--font-public-sans), sans-serif;), sans-serif;
|
font-family: var(--font-inter), sans-serif;), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-font-family: var(--font-public-sans), sans-serif;), sans-serif;
|
font-family: var(--font-libre-baskerville), serif;), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,14 +11,14 @@
|
|||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #000000;
|
||||||
--card: #1a2a1a;
|
--card: #0c0c0c;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #ffffff;
|
--primary-cta: #cee7ff;
|
||||||
--primary-cta-text: #0a150a;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #0d1a0d;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #e1f6e1;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #2d4a2d;
|
--accent: #535353;
|
||||||
--background-accent: #c1e1c1;
|
--background-accent: #CEE7FF;
|
||||||
|
|
||||||
/* 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