diff --git a/templates/base.html b/templates/base.html
index 5df5a28..ecd0105 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,47 +6,14 @@
{% endif %}
-
-
-
- {%- if cfg.accessibility.font == 'default' -%}
-
- {%- endif -%}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ {% if not (cfg.style.overrideBaseStyles and cfg.style.useCustomCss) %}
+
+ {% endif %}
+ {% if not (cfg.style.overrideCatAskStyles and cfg.style.useCustomCss) %}
+
{% if cfg.style.tintColors %}
{% endif %}
- {% block additionalHeadItems %}{% endblock %}