Compare commits
10 Commits
version_1
...
bb39bba63b
| Author | SHA1 | Date | |
|---|---|---|---|
| bb39bba63b | |||
| 0aeb9297f1 | |||
| be0f64cc7f | |||
| 1913fb954b | |||
| c066852245 | |||
| 5be3fa9533 | |||
| 18b1ab8bb4 | |||
| 85c4a36983 | |||
| 9367fea714 | |||
| 6bc68d502e |
@@ -1265,4 +1265,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="none"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -229,4 +229,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #032419;;
|
||||
--primary-cta: #2bb889;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #09b97e;;
|
||||
--background-accent: #a8e8c3;; */
|
||||
/* --background: #1a0f2e;;
|
||||
--card: #2d1b47;;
|
||||
--foreground: #e6e0ff;;
|
||||
--primary-cta: #8b5cf6;;
|
||||
--secondary-cta: #2d1b47;;
|
||||
--accent: #d8cef5;;
|
||||
--background-accent: #6b3fb6;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #032419;;
|
||||
--primary-cta: #2bb889;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #09b97e;;
|
||||
--background-accent: #a8e8c3;;
|
||||
--background: #1a0f2e;;
|
||||
--card: #2d1b47;;
|
||||
--foreground: #e6e0ff;;
|
||||
--primary-cta: #8b5cf6;;
|
||||
--secondary-cta: #2d1b47;;
|
||||
--accent: #d8cef5;;
|
||||
--background-accent: #6b3fb6;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user