Fixed sizing of icons after dependency update

This commit is contained in:
squidfunk
2020-10-31 15:42:11 +01:00
parent 0afab33187
commit 0aff83ecb3
14 changed files with 18 additions and 7 deletions

View File

@@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1d1f224e.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.19190aaf.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.24b84193.min.css' | url }}">