mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: add theme color
This commit is contained in:
parent
ea722eabd2
commit
6de1394628
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ const { title } = Astro.props;
|
||||||
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
|
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
|
||||||
<meta content={Astro.generator} name="generator" />
|
<meta content={Astro.generator} name="generator" />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
|
<meta content="#18181b" name="theme-color" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue