Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3a1bd56b3 | |||
| 5fa5421c02 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #f5faff;;
|
--background: #ffffff;;
|
||||||
--card: #f1f8ff;;
|
--card: #fcfcfc;;
|
||||||
--foreground: #001122;;
|
--foreground: #000000e6;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #1a1a1a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #a8cce8;;
|
--accent: #808080;;
|
||||||
--background-accent: #7ba3cf;;
|
--background-accent: #d3d3d3;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="noiseGradient"
|
background="none"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="layered-depth"
|
primaryButtonStyle="layered-depth"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
|
|||||||
Reference in New Issue
Block a user