mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Update theme color
This commit is contained in:
parent
4e65794972
commit
f23b4f1975
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,9 @@
|
||||||
"short_name": "Seirdy",
|
"short_name": "Seirdy",
|
||||||
"description": "{{ .Site.Params.Description }}",
|
"description": "{{ .Site.Params.Description }}",
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"display": "browser",
|
"display": "minimal-ui",
|
||||||
|
"theme_color": "#0f0f0b",
|
||||||
|
"background_color": "#0f0f0b",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<!-- Why does apple do this -->
|
<!-- Why does apple do this -->
|
||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no">
|
||||||
<meta name="color-scheme" content="light dark">
|
<meta name="color-scheme" content="light dark">
|
||||||
<meta name="theme-color" content="#0d0d0d" media="(prefers-color-scheme:dark)">
|
<meta name="theme-color" content="#0f0f0b" media="(prefers-color-scheme:dark)">
|
||||||
<meta name="theme-color" content="#fff" media="(prefers-color-scheme:light)">
|
<meta name="theme-color" content="#fff" media="(prefers-color-scheme:light)">
|
||||||
<!-- webmanifest defines even more icons. This is getting ridiculous -->
|
<!-- webmanifest defines even more icons. This is getting ridiculous -->
|
||||||
{{- $webmanifest := resources.Get "/manifest.webmanifest" | resources.ExecuteAsTemplate "manifest.webmanifest" . | resources.Minify | resources.Fingerprint "md5" -}}
|
{{- $webmanifest := resources.Get "/manifest.webmanifest" | resources.ExecuteAsTemplate "manifest.webmanifest" . | resources.Minify | resources.Fingerprint "md5" -}}
|
||||||
|
|
Loading…
Reference in a new issue