mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-23 18:50:08 +00:00
Match meta theme-color with the header color in every theme
This commit is contained in:
parent
aa818430b6
commit
bf3caf64bc
@ -3,7 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<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
|
manifest.json provides metadata used when your web app is added to the
|
||||||
|
|||||||
@ -6,8 +6,8 @@ export const manifest: Partial<ManifestOptions> = {
|
|||||||
name: 'Shlink Web Client',
|
name: 'Shlink Web Client',
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
theme_color: BRAND_COLOR_LM,
|
theme_color: BRAND_COLOR_LM, // Toolbar color
|
||||||
background_color: BRAND_COLOR_LM,
|
background_color: BRAND_COLOR_LM, // Splash screen background color
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: './icons/icon-16x16.png',
|
src: './icons/icon-16x16.png',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user