Update index.php and manifest.json for dark theme

This commit is contained in:
Mike Wink 2022-11-20 13:57:01 +01:00
commit 54e52d9ddf
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -2,7 +2,5 @@
"short_name": "Mike Wink",
"name": "Mike Wink - A PHP Developer",
"start_url": "/",
"background_color": "#e0fbfb",
"theme_color": "#e0fbfb",
"display": "standalone"
}