fix: show star field in light mode (was hidden dark:block)

This commit is contained in:
kryptomrx 2026-05-18 16:59:46 +02:00
parent 4ca69a2b0d
commit 4cd4ee208c

View file

@ -5,10 +5,7 @@ import StarField from "@/components/star-field"
export default function LandingPage() { export default function LandingPage() {
return ( return (
<div className="h-screen flex flex-col bg-background text-foreground overflow-hidden relative"> <div className="h-screen flex flex-col bg-background text-foreground overflow-hidden relative">
{/* Starfield — dark mode only */} <StarField />
<div className="hidden dark:block">
<StarField />
</div>
{/* Nebula glows */} {/* Nebula glows */}
<div className="absolute inset-0 pointer-events-none overflow-hidden" aria-hidden> <div className="absolute inset-0 pointer-events-none overflow-hidden" aria-hidden>