3 Commits

Author SHA1 Message Date
ce3c87350f Update src/app/page.tsx 2026-01-01 23:08:38 +00:00
e309eaf97d Update src/app/layout.tsx 2026-01-01 23:08:37 +00:00
91bc209c19 Update src/app/globals.css 2026-01-01 23:08:36 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fafafa;;
--card: #f4f4f5;;
--foreground: #27272a;;
--primary-cta: #3f3f46;;
--secondary-cta: #ffffff;;
--accent: #facc15;;
--background-accent: #eab308;;
--background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #e6e6e6;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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