brand color updates

This commit is contained in:
Kyle Spearrin 2020-05-05 16:59:33 -04:00
parent 5bb61c0730
commit 96208d3760
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<msapplication> <msapplication>
<tile> <tile>
<square150x150logo src="images/icons/mstile-150x150.png"/> <square150x150logo src="images/icons/mstile-150x150.png"/>
<TileColor>#3c8dbc</TileColor> <TileColor>#175DDC</TileColor>
</tile> </tile>
</msapplication> </msapplication>
</browserconfig> </browserconfig>

View File

@ -4,14 +4,14 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1010"> <meta name="viewport" content="width=1010">
<meta name="theme-color" content="#3c8dbc"> <meta name="theme-color" content="#175DDC">
<title page-title>Bitwarden Web Vault</title> <title page-title>Bitwarden Web Vault</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#3c8dbc"> <link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#175DDC">
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
</head> </head>

View File

@ -12,6 +12,6 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#3c8dbc", "theme_color": "#175DDC",
"background_color": "#3c8dbc" "background_color": "#175DDC"
} }