Compare commits
6 Commits
version_11
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ebd06153f | |||
| dd123aeaff | |||
| 4c6b6525b2 | |||
| 1e9beedcb7 | |||
| f0840431ec | |||
| d442b27339 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #f8fcff;;
|
--background: #fafffb;;
|
||||||
--card: #ffffff;;
|
--card: #f7fffa;;
|
||||||
--foreground: #00101f;;
|
--foreground: #001a0a;;
|
||||||
--primary-cta: #409fff;;
|
--primary-cta: #0a7039;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #c7e2fc;;
|
--accent: #a8d9be;;
|
||||||
--background-accent: #9bcfff;;
|
--background-accent: #6bbf8e;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1266,4 +1266,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -280,4 +280,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user