Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01243f8ed3 | |||
| ec671cfe20 | |||
| fdee25c564 | |||
| 0eca440a81 | |||
| c4c23cf421 | |||
| 8d2b20d849 | |||
| 5d39a01a69 | |||
| 67bad36452 | |||
| c95b69c336 | |||
| 9bfb4efbb9 | |||
| 429b5e2b84 |
@@ -19,8 +19,8 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="floatingGradient"
|
background="noise"
|
||||||
cardStyle="glass-depth"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #f5faff;
|
||||||
--card: #1a1a1a;
|
--card: #ffffff;
|
||||||
--foreground: #f0f8ffe6;
|
--foreground: #001122;
|
||||||
--primary-cta: #cee7ff;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #f5faff;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #f0f8ffe6;
|
--secondary-cta-text: #001122;
|
||||||
--accent: #737373;
|
--accent: #a8cce8;
|
||||||
--background-accent: #737373;
|
--background-accent: #7ba3cf;
|
||||||
|
|
||||||
/* 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