@ -14,7 +14,7 @@ const { title } = Astro.props;
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body class="bg-teal-950 text-yellow-100">
|
||||
<body class="font-plex bg-gray max-w-7xl mx-auto py-8 text-gray-200">
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user