Fixed admonition borders for right-to-left languages (8.0.0 regression)

This commit is contained in:
squidfunk
2021-12-11 16:39:09 +01:00
parent 1f6a784730
commit 575dcd738a
5 changed files with 12 additions and 10 deletions

View File

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