Skip to content

Commit

Permalink
add color-scheme meta tag to BaseLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
aloop committed Nov 14, 2023
1 parent 9954b50 commit 4eda61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const { title } = Astro.props;
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="theme-color" content="#261730" />
<meta name="color-scheme" content="dark" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
Expand Down

0 comments on commit 4eda61c

Please sign in to comment.