diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 23:00:12 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 23:00:12 -0600 |
commit | 47c9c4807467cbb71496fe96da99b505f4f915fc (patch) | |
tree | 5e654406188b88882422d78cd13fe9679c2cadc4 /templates | |
parent | d040c7f166c58c5d065eb4c4fcf5e687b603b2ef (diff) |
match status bar color
Diffstat (limited to 'templates')
-rw-r--r-- | templates/components/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/components/header.html b/templates/components/header.html index 60d5657..755d155 100644 --- a/templates/components/header.html +++ b/templates/components/header.html @@ -3,4 +3,5 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"> <script src="https://kit.fontawesome.com/32c297b57b.js" crossorigin="anonymous"></script> +<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> {{ end }}
\ No newline at end of file |