3 Commits

Author SHA1 Message Date
a045e85eb0 Update src/app/globals.css 2026-01-05 08:38:32 +00:00
408d465473 Update src/app/page.tsx 2026-01-05 00:43:42 +00:00
62e31728f0 Update src/app/layout.tsx 2026-01-05 00:43:41 +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: #ffffff;;
--card: #fafafa;;
--foreground: #000000;;
--primary-cta: #ff8c42;;
--secondary-cta: #ffffff;;
--accent: #e5e5e5;;
--background-accent: #f5f5f5;;
--background: #0a0a0a;;
--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

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

View File

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