Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 173a428927 | |||
| ba905e90d7 | |||
| 16a0661e24 | |||
| c8ac100074 | |||
| 27665ec12b | |||
| 345b21819b | |||
| 014a1ea062 | |||
| f2354d76cb |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fff7f7;;
|
||||
--foreground: #1a0000;;
|
||||
--primary-cta: #e63946;;
|
||||
--background: #fffcfc;;
|
||||
--card: #fffafa;;
|
||||
--foreground: #220000;;
|
||||
--primary-cta: #c1121f;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #f5c4c7;;
|
||||
--background-accent: #f09199;;
|
||||
--accent: #f0b8bc;;
|
||||
--background-accent: #e07a82;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1260,4 +1260,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -224,4 +224,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user