style: add theme color

This commit is contained in:
MAZE 2023-11-05 15:25:52 +03:30
parent ea722eabd2
commit 6de1394628

View File

@ -17,6 +17,7 @@ const { title } = Astro.props;
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
<meta content={Astro.generator} name="generator" />
<title>{title}</title>
<meta content="#18181b" name="theme-color" />
</head>
<body>
<slot />