Fixed rendering errors in Firefox

This commit is contained in:
squidfunk
2023-02-22 19:08:38 +01:00
parent 6239b71f00
commit 1663d84b02
6 changed files with 16 additions and 16 deletions

View File

@@ -40,7 +40,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.ffa9267a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.113286f1.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.a0c5b2b5.min.css' | url }}">