const currentYear = new Date().getFullYear();
---
<div class="text-center">
- <hr class="w-48 h-1 mx-auto bg-black border-0" />
+ <hr class="w-48 h-1 mx-auto bg-black dark:bg-white border-0" />
<address>
<menu>
{socials.map((social) => (
<HeadPage />
</slot>
</head>
- <body class="antialiased md:subpixel-antialiased w-screen p-4">
+ <body class="antialiased md:subpixel-antialiased w-screen p-4 bg-white dark:bg-gray-900">
<div id="container" class="max-w-3xl mx-auto prose dark:prose-invert prose-headings:mb-0">
<Heading />
<main>