Skip to content

Commit

Permalink
feat: add dark theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
sallar committed Jan 1, 2023
1 parent 15f02cc commit c18e66f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export default class extends Document {
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta
name="theme-color"
content="#111517"
media="(prefers-color-scheme: dark)"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
Expand Down

0 comments on commit c18e66f

Please sign in to comment.