chore: update layout

This commit is contained in:
Jewgeni Lewash 2024-03-01 07:02:48 +01:00
parent bae6a1c4f0
commit d7759fd1e0

View File

@ -15,7 +15,7 @@ const { title } = Astro.props;
<link rel="manifest" href="/site.webmanifest" />
<title>{title}</title>
</head>
<body class="flex min-h-screen flex-col dark:bg-black">
<body class="dark:bg-secondary flex min-h-screen flex-col">
<Header />
<main class="flex-grow">
<slot />