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>
This commit is contained in:
parent
a40b43dfc9
commit
7390863a10
3 changed files with 12 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue