Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4e9b34db4 | |||
| 4533705ec3 | |||
| 3b301334d9 | |||
| 7093c3f54b | |||
| b379205a9f | |||
| e213ec8847 | |||
| 366d8fdd66 | |||
| dea99ab4cc | |||
| 99067bb3ff | |||
| edc7a5f11d | |||
| 4106d5265f | |||
| cdff42a42a | |||
| 60e5d04ba2 | |||
| dce6d74f8e | |||
| 5efd1e9a7e | |||
| a4b20728d7 | |||
| 68e895b7e1 | |||
| 8317b3734a | |||
| a3b7776e3a | |||
| e57335cc39 |
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
|||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="noiseDiagonalGradient"
|
background="noiseDiagonalGradient"
|
||||||
cardStyle="gradient-radial"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #efebe5;
|
--background: #0a0a0a;
|
||||||
--card: #f7f2ea;
|
--card: #1a1a1a;
|
||||||
--foreground: #000000;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #000000;
|
--primary-cta: #e6e6e6;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #ffffff;
|
--accent: #737373;
|
||||||
--background-accent: #e1b875;
|
--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);
|
||||||
|
|||||||
Reference in New Issue
Block a user