3 Commits

Author SHA1 Message Date
2cacb333e2 Update src/app/globals.css 2025-12-26 08:09:36 +00:00
a5a51d7616 Update src/app/page.tsx 2025-12-26 08:07:28 +00:00
d09c033cc4 Update src/app/layout.tsx 2025-12-26 08:07:27 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -6,11 +6,11 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #e6b3ff;
--foreground: #ffffffe6;
--primary-cta: #b366ff;
--secondary-cta: #1a1a1a;
--accent: #8b5cf6;
--background-accent: #6b21a8;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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