Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 046a77957b | |||
| ac0ff0c01b | |||
| 4611471057 |
@@ -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: #ffffff;
|
--background: #e6f2ff;
|
||||||
--card: #f0f0f0;
|
--card: #cce6ff;
|
||||||
--foreground: #000000;
|
--foreground: #001166;
|
||||||
--primary-cta: #1E90FF;
|
--primary-cta: #0052cc;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #f6f0e9;
|
||||||
--secondary-cta: #FFD700;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #2b180a;
|
||||||
--accent: #FFD700;
|
--accent: #0052cc;
|
||||||
--background-accent: #1E90FF;
|
--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