mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 21:16:18 +00:00
Match meta theme-color with the header color in every theme
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="theme-color" content="#4696e5">
|
||||
<meta name="theme-color" content="#2078CF" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#0B2D4E" media="(prefers-color-scheme: dark)">
|
||||
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is added to the
|
||||
|
||||
Reference in New Issue
Block a user