Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0e4043830 | |||
| 062fc96578 | |||
| bab70b0e4e | |||
| e144c18121 | |||
| 704572d19e |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #0f0800;
|
||||||
--card: #1a1a1a;
|
--card: #1a1410;
|
||||||
--foreground: #fffffae6;
|
--foreground: #fff8f0e6;
|
||||||
--primary-cta: #facc15;
|
--primary-cta: #ffae00;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #1a1410;
|
||||||
--accent: #737373;
|
--accent: #7b5337;
|
||||||
--background-accent: #737373;
|
--background-accent: #b8400c;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
inputPlaceholder="your.blinded.email@example.com"
|
inputPlaceholder="your.blinded.email@example.com"
|
||||||
buttonText="Subscribe"
|
buttonText="ZALUPA"
|
||||||
termsText="By subscribing, you agree to receive weekly flash notifications and tactical darkness updates."
|
termsText="By subscribing, you agree to receive weekly flash notifications and tactical darkness updates."
|
||||||
onSubmit={(email) => console.log(email)}
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user