mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Fix off-by-one color error in webmanifest
This commit is contained in:
parent
ce6f188acc
commit
be78a5809a
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
<link id="favicon" rel="icon" sizes="16x16 32x32 64x64" href="favicon.ico" data-other="img/favicon-alerted.ico" type="image/x-icon">
|
||||
|
||||
<!-- Safari pinned tab icon -->
|
||||
<link rel="mask-icon" href="img/icon-black-transparent-bg.svg" color="#415363">
|
||||
<link rel="mask-icon" href="img/icon-black-transparent-bg.svg" color="#415364">
|
||||
|
||||
<link rel="manifest" href="thelounge.webmanifest">
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"description": "Self-hosted web IRC client",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#415363",
|
||||
"background_color": "#415363",
|
||||
"theme_color": "#415364",
|
||||
"background_color": "#415364",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/logo-grey-bg-120x120px.png",
|
||||
|
|
Loading…
Reference in a new issue