From d1d4045c498740f8fd5d72432cd0829a3149cad1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 4 Dec 2022 18:53:56 +0100 Subject: [PATCH] Tweaks - adding hover/title to dark mode button --- changedetectionio/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/base.html b/changedetectionio/templates/base.html index e67f8df8..8250baa2 100644 --- a/changedetectionio/templates/base.html +++ b/changedetectionio/templates/base.html @@ -86,7 +86,7 @@ {% if dark_mode %} {% set darkClass = 'dark' %} {% endif %} -