Skip to content

Commit

Permalink
using data-mode for theme adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Situs84 committed Dec 20, 2024
1 parent d63f544 commit 5b10937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
sizes="32x32"
/>
<link rel="apple-touch-icon" href="/apple-icon.png" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
<meta name="theme-color" data-mode="light" content="white" />
<meta name="theme-color" data-mode="dark" content="black" />
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 5b10937

Please sign in to comment.