diff --git a/web/templates/base.html b/web/templates/base.html index b79215f..2cd489b 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -12,14 +12,29 @@ @@ -76,7 +91,6 @@ /* --- additions for mobile hamburger --- */ .hamburger { display:none; } .mobile-menu[hidden]{ display:none; } - @media (max-width:700px){ .desktop-nav { display:none; } .hamburger{ @@ -115,10 +129,21 @@ -{# Auto-apply 'themed-bg' for Classic so your original gradient shows everywhere (passthrough) #} -{% with current_theme=request.session.theme|default:'classic' %} -
-{% endwith %} + + +