From 310aef87648649cfafcb466cd34b15ca13b8ec4d Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 2 Oct 2025 17:51:04 +0200 Subject: theme: elenq: remove normalize.css It breaks support of things like
and such because it tries to be compatible with HTML4. Nonsense. Just embrace HTML5. --- themes/elenq/templates/base.html | 1 - 1 file changed, 1 deletion(-) (limited to 'themes/elenq/templates/base.html') diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html index a319067..dd76a7a 100644 --- a/themes/elenq/templates/base.html +++ b/themes/elenq/templates/base.html @@ -35,7 +35,6 @@ {% endif %} {% endblock head %} - -- cgit v1.2.3