We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa8a53 commit b300bd7Copy full SHA for b300bd7
public/index.html
@@ -7,7 +7,8 @@
7
<meta name="theme-color" content="#f5f5f5" media="(prefers-color-scheme: light)">
8
<meta name="theme-color" content="#131313" media="(prefers-color-scheme: dark)">
9
<meta name="apple-mobile-web-app-capable" content="yes">
10
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
+ <meta name="apple-mobile-web-app-status-bar-style" content="default" media="(prefers-color-scheme: light)">
11
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" media="(prefers-color-scheme: dark)">
12
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14
<title>Grouptabs</title>
0 commit comments