Compare commits
8 Commits
version_11
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| fc6ed532ef | |||
| c39d1c225b | |||
| 9ebd06153f | |||
| dd123aeaff | |||
| 4c6b6525b2 | |||
| 1e9beedcb7 | |||
| f0840431ec | |||
| d442b27339 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #f8fcff;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #00101f;;
|
||||
--primary-cta: #409fff;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #c7e2fc;;
|
||||
--background-accent: #9bcfff;;
|
||||
--background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #fffffae6;;
|
||||
--primary-cta: #fde047;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1266,4 +1266,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -280,4 +280,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user