diff options
author | Eiichi Yoshikawa <edo@bari-ikutsu.com> | 2024-02-19 11:06:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-18 18:06:00 -0800 |
commit | 7390863a1005eeadbb6dbdcbc47f9cc13298e101 (patch) | |
tree | 63ec2acb54e2ad273fca6e54b7be1af750f85804 /web | |
parent | a40b43dfc922ced379b73ec3967d8fb297cea925 (diff) | |
download | voidsky-7390863a1005eeadbb6dbdcbc47f9cc13298e101.tar.zst |
Add theme-color meta tag and apply selection of theme (#2918)
* Add theme-color meta tag and apply selection of theme * update logic for retrieving current theme color * add ts-ignore * fix ts error --------- Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 42b443bb6..992e69e05 100644 --- a/web/index.html +++ b/web/index.html @@ -2,6 +2,7 @@ <html> <head> <meta charset="utf-8"> + <meta name="theme-color"> <!-- This viewport works for phones with notches. It's optimized for gestures by disabling global zoom. |