forked from NoLog.cz/public-web
Add theme colors
This commit is contained in:
parent
acf6b28408
commit
c20ee261a8
2 changed files with 3 additions and 3 deletions
|
@ -25,3 +25,5 @@
|
|||
<link rel="icon" type="image/png" href="{{ "favicon.png" | relURL }}" />
|
||||
<link rel="icon" type="image/svg+xml" href="{{ "favicon.svg" | relURL }}" />
|
||||
<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
|
||||
<meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#18181b" media="(prefers-color-scheme: dark)">
|
||||
|
|
|
@ -12,7 +12,5 @@
|
|||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff"
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue