website refactor

This commit is contained in:
2026-01-18 18:43:13 +01:00
parent c35682cae5
commit 502d4aa092
8 changed files with 422 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import '../ui/theme/theme.css';
@tailwind base;
@tailwind components;

View File

@@ -71,7 +71,7 @@ export default async function RootLayout({
const enabledFlags = featureService.getEnabledFlags();
return (
<html lang="en" className="scroll-smooth overflow-x-hidden">
<html lang="en" className="scroll-smooth overflow-x-hidden" data-theme="default">
<head>
<meta name="mobile-web-app-capable" content="yes" />
</head>