Skip to content

Commit

Permalink
fix: add meta for color-scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Jul 15, 2024
1 parent 91244bc commit 8a7caf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_includes/layouts/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default (
<title>{`${title} - ${site.name}`}</title>

<meta name='supported-color-schemes' content='light dark' />
<meta name='color-scheme' content='light dark' />
<meta
name='theme-color'
content='#F2F2F2'
Expand Down

0 comments on commit 8a7caf1

Please sign in to comment.