From eaa6fa5ca4500cec20df3bfe0e9c92f8af98adf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com> Date: Fri, 12 Mar 2021 10:11:50 +0100 Subject: [PATCH] update mobile navbar color --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 896412c..a159dc3 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,10 @@ <html> <head> <meta charset="utf-8" /> + <meta name="theme-color" content="#2f3136" /> + <meta name="msapplication-navbutton-color" content="#2f3136" /> + <meta name="apple-mobile-web-app-capable" content="yes" /> + <meta name="apple-mobile-web-app-status-bar-style" content="#2f3136" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" -- GitLab