Compare commits
14 Commits
version_4
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| c39d1c225b | |||
| 9ebd06153f | |||
| dd123aeaff | |||
| 4c6b6525b2 | |||
| 1e9beedcb7 | |||
| f0840431ec | |||
| d442b27339 | |||
| 21acf3992f | |||
| 8b2b4af112 | |||
| 3588f7ecf5 | |||
| 7e0a593895 | |||
| bb976aedcf | |||
| df8652ee20 | |||
| 32cd6f0cb9 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #121200e6;;
|
||||
--primary-cta: #ffcf40;;
|
||||
--background: #fffcfc;;
|
||||
--card: #fffafa;;
|
||||
--foreground: #220000;;
|
||||
--primary-cta: #c1121f;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #c4c4c4;;
|
||||
--accent: #f0b8bc;;
|
||||
--background-accent: #e07a82;;
|
||||
|
||||
/* 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