Skip to content

Commit 2c740bf

Browse files
Updated the app.hml with msapplication-TileColor
1 parent 8886bed commit 2c740bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99

1010
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
1111
<meta name="theme-color" content="#000" />
12+
<meta content="#000" name="msapplication-TileColor">
1213

1314
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
15+
<link color="#fff" href="/favicon.ico" rel="mask-icon">
1416

1517
%svelte.head%
1618
</head>

0 commit comments

Comments
 (0)