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