mirror of
https://github.com/remvze/moodist.git
synced 2025-12-12 08:05:09 -05:00
style: add theme color
This commit is contained in:
parent
ea722eabd2
commit
6de1394628
@ -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 />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user