From 86a3a73bb42331b8e0e4bf3c295ae4801e9cd415 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 17 May 2022 13:11:03 +0200 Subject: [PATCH] docs: adapt theme color meta property The theme color is used on android to style the chrome browser-ui with a color that suits the webpage. Use the dark brand color instead of a random default blue color in order to fit to the rest of the color scheme. --- docs/_includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/head.html b/docs/_includes/head.html index cf393ca0565..ae39a3c6aae 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -4,7 +4,7 @@ - + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}