Update index.php and manifest.json for dark theme
This commit is contained in:
parent
d0d625ed67
commit
54e52d9ddf
2 changed files with 3 additions and 2 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<meta name="description"
|
||||
content="The homepage of PHP, JS and TS developer Mike Wink from Germany.">
|
||||
|
||||
<meta name="theme-color" content="#e0fbfb" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)">
|
||||
|
||||
<link rel="preload" href="/build/styles.css" as="style" />
|
||||
<link rel="preload" href="/build/fonts/D-DIN.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/build/fonts/D-DIN-Bold.woff2" as="font" type="font/woff2" crossorigin>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,5 @@
|
|||
"short_name": "Mike Wink",
|
||||
"name": "Mike Wink - A PHP Developer",
|
||||
"start_url": "/",
|
||||
"background_color": "#e0fbfb",
|
||||
"theme_color": "#e0fbfb",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue