9 Commits

Author SHA1 Message Date
dd123aeaff Update src/app/page.tsx 2025-12-30 20:44:46 +00:00
4c6b6525b2 Update src/app/layout.tsx 2025-12-30 20:44:45 +00:00
1e9beedcb7 Update src/app/globals.css 2025-12-30 20:44:44 +00:00
f0840431ec Update src/app/globals.css 2025-12-30 20:33:22 +00:00
d442b27339 Update src/app/globals.css 2025-12-30 20:23:22 +00:00
21acf3992f Update src/app/globals.css 2025-12-30 20:21:14 +00:00
8b2b4af112 Update src/app/globals.css 2025-12-30 20:13:29 +00:00
3588f7ecf5 Update src/app/globals.css 2025-12-30 20:09:46 +00:00
7e0a593895 Update src/app/globals.css 2025-12-30 20:07:59 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fffafa;; --background: #fffcfc;;
--card: #fff7f7;; --card: #fffafa;;
--foreground: #1a0000;; --foreground: #220000;;
--primary-cta: #e63946;; --primary-cta: #c1121f;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #f5c4c7;; --accent: #f0b8bc;;
--background-accent: #f09199;; --background-accent: #e07a82;;
/* 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);

View File

@@ -1266,4 +1266,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -280,4 +280,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }