Compare commits
4 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| fcb9f59a7c | |||
| 431cbbef83 | |||
| 569bdb3555 | |||
| 4b0b33eef2 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #000602;
|
--background: #0a0a0a;
|
||||||
--card: #0d1d0d;
|
--card: #1a1a1a;
|
||||||
--foreground: #e6ffe6;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #1cde5d;
|
--primary-cta: #ff3d4a;
|
||||||
--secondary-cta: #0a1f0f;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #2e6841;
|
--accent: #737373;
|
||||||
--background-accent: #0d6b32;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
|||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="noiseGradient"
|
background="noiseGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="outline"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="outline"
|
secondaryButtonStyle="outline"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user