Merge version_4 into main #7

Merged
bender merged 3 commits from version_4 into main 2026-03-08 09:24:48 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -12,7 +12,7 @@
--background: #8B6F47;
--card: #A0826D;
--foreground: #F5E6D3;
--foreground: #1a1a1a;
--primary-cta: #654321;
--primary-cta-text: #fffafa;
--secondary-cta: #D4C5B9;