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 8886bed commit 2c740bfCopy full SHA for 2c740bf
src/app.html
@@ -9,8 +9,10 @@
9
10
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
11
<meta name="theme-color" content="#000" />
12
+ <meta content="#000" name="msapplication-TileColor">
13
14
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
15
+ <link color="#fff" href="/favicon.ico" rel="mask-icon">
16
17
%svelte.head%
18
</head>
0 commit comments