From c84270603f2fbc42883dbbbfcf5acd5f0cbf9f10 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:59:47 +0200 Subject: [PATCH] Readd theme-color meta tag and make it work properly --- web/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/index.html b/web/index.html index 2b6084a..cff7945 100644 --- a/web/index.html +++ b/web/index.html @@ -2,6 +2,13 @@
+ {% if theme == "neutral" %} + + + {% else %} + + + {% endif %}