Skip to content

Commit

Permalink
πŸ› Prevent forced dark mode messing with colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vegeta897 committed Apr 13, 2024
1 parent 389e033 commit db54fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Word Peaks" />
<meta name="theme-color" content="#15a850" />
<meta name="color-scheme" content="dark only">
<link rel="apple-touch-icon" sizes="180x180" href="https://vegeta897.github.io/word-peaks/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://vegeta897.github.io/word-peaks/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://vegeta897.github.io/word-peaks/favicon-16x16.png" />
Expand Down

0 comments on commit db54fa8

Please sign in to comment.