From ccc55541666621511ab3d7fec3d830dc29f4aa5e Mon Sep 17 00:00:00 2001 From: Steve Kueng Date: Sat, 21 Oct 2023 16:25:11 +0200 Subject: [PATCH] fixed color falsh with dark mode --- app/munkiwebadmin/templates/base.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app/munkiwebadmin/templates/base.html b/app/munkiwebadmin/templates/base.html index 7920b43c..b6c14605 100755 --- a/app/munkiwebadmin/templates/base.html +++ b/app/munkiwebadmin/templates/base.html @@ -8,8 +8,19 @@ {{ APPNAME }} + + {% load static %} + + @@ -17,12 +28,10 @@ - - {% block extra_style %}{% endblock %} - +