fix: add light/dark mode support with Tailwind dark: prefix

This commit is contained in:
张翔
2026-02-21 23:32:47 +08:00
parent 1d7872c8cc
commit 15e17a8f20
13 changed files with 2581 additions and 91 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { ContactSection } from "@/components/sections/contact-section";
export default function HomePage() {
return (
<main className="min-h-screen bg-[var(--color-bg-primary)]">
<main className="min-h-screen bg-white dark:bg-[var(--color-bg-primary)]">
<Header />
<HeroSection />
<ServicesSection />