Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7de048ea3e | |||
| c4cab3abb1 | |||
| 42f2c221c2 | |||
| f2f452b2e4 | |||
| 11a96b2365 |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f6f0e9;;
|
/* --background: #0a0a0a;;
|
||||||
--card: #efe7dd;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #2b180a;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #2b180a;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #94877c;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #e8d3c0;; */
|
--background-accent: #b8111f;; */
|
||||||
|
|
||||||
--background: #f6f0e9;;
|
--background: #0a0a0a;;
|
||||||
--card: #efe7dd;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #2b180a;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #2b180a;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #94877c;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #e8d3c0;;
|
--background-accent: #b8111f;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1252,4 +1252,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -219,4 +219,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user