Adjusted font weight of site title

This commit is contained in:
squidfunk
2021-12-07 13:44:55 +01:00
parent 4be7cc5b1b
commit e486bbe1a2
6 changed files with 9 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.a617204b.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.dbd578c9.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">