Safari theme color tweaks
This commit is contained in:
parent
dc255c3dda
commit
539f0e5326
@ -7,6 +7,9 @@
|
|||||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<link rel="apple-touch-icon" href="/.client/logo.png">
|
<link rel="apple-touch-icon" href="/.client/logo.png">
|
||||||
|
<meta name="theme-color" content="#e1e1e1" media="(prefers-color-scheme: light)">
|
||||||
|
<meta name="theme-color" content="#262626" media="(prefers-color-scheme: dark)">
|
||||||
|
|
||||||
<title>SilverBullet</title>
|
<title>SilverBullet</title>
|
||||||
<script>
|
<script>
|
||||||
// Some global variables we need to make this work
|
// Some global variables we need to make this work
|
||||||
|
Loading…
Reference in New Issue
Block a user