Fixed copy-to-clipboard button overlaying code blocks

This commit is contained in:
squidfunk
2020-08-01 19:16:07 +02:00
parent ee090a89ca
commit a217be3ebd
7 changed files with 13 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6d8ac7ac.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.9ab9a68d.min.css' | url }}">
{% if palette.scheme or palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.57a52cf1.min.css' | url }}">
{% endif %}