Skip to content

Commit 72bf4bb

Browse files
committed
Add top color
1 parent 7f36ed0 commit 72bf4bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/BaseHead.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const { title, description, image = "/social-card.png" } = Astro.props;
2020
<meta name="build-version" content={gitVersion} />
2121
<meta name="build-timestamp" content={buildTimestamp} />
2222
<link rel="sitemap" href="/sitemap-index.xml" />
23+
<meta name="msapplication-TileColor" content="#f5e5d6">
24+
<meta name="theme-color" content="#f5e5d6">
25+
2326

2427
<meta name="referrer" content="no-referrer-when-downgrade" />
2528

0 commit comments

Comments
 (0)