Skip to content

Commit

Permalink
Make "theme-color" follow --background
Browse files Browse the repository at this point in the history
  • Loading branch information
Situs84 committed Dec 20, 2024
1 parent e712747 commit eb68d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
sizes="32x32"
/>
<link rel="apple-touch-icon" href="/apple-icon.png" />
<meta name="theme-color" content="#317EFB" />
<meta name="theme-color" content="var(--background)" />
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit eb68d47

Please sign in to comment.