manual save(2026-01-23 11:52)
This commit is contained in:
@@ -20,9 +20,9 @@ export const SiteLayout: React.FC = () => {
|
||||
}, [location.pathname, location.hash])
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-white text-gray-900">
|
||||
<div className="min-h-screen bg-[var(--tf-bg)] text-[var(--tf-text)]">
|
||||
<Header />
|
||||
<main id="main" className="bg-gray-50">
|
||||
<main id="main" className="bg-[var(--tf-bg)]">
|
||||
<Outlet />
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user