diff options
| author | Marco Janotta <marcojanotta@protonmail.com> | 2021-06-23 19:54:02 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-06-23 16:31:27 -0400 |
| commit | 4ba5b61035c0360da5b3895e4470ea3758209f6d (patch) | |
| tree | e0c2e68f5b7fced74316f0cbe967063afdde1b55 /static/index.html | |
| parent | 372effa152ca7d296aa853f8a4eaa86a85eb04ff (diff) | |
Add color-scheme meta tag
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index bd770079..4b0acfab 100644 --- a/static/index.html +++ b/static/index.html @@ -5,6 +5,7 @@ <title>GrapheneOS: the private and secure mobile OS</title> <meta name="description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> <meta name="theme-color" content="#212121"/> + <meta name="color-scheme" content="dark light"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="twitter:site" content="@GrapheneOS"/> |
