chore: update layout
This commit is contained in:
parent
bae6a1c4f0
commit
d7759fd1e0
@ -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 />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user