Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 046a77957b | |||
| ac0ff0c01b | |||
| 4611471057 | |||
| 79ea7da0bf | |||
| 693dd85491 |
@@ -222,4 +222,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #e6f2ff;
|
||||||
--card: #efe7dd;
|
--card: #cce6ff;
|
||||||
--foreground: #2b180a;
|
--foreground: #001166;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #0052cc;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #f6f0e9;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #2b180a;
|
||||||
--accent: #94877c;
|
--accent: #0052cc;
|
||||||
--background-accent: #afa094;
|
--background-accent: #0052cc;
|
||||||
|
|
||||||
/* 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