1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-27 17:00:54 +01:00

Fixed annotations in figure captions

This commit is contained in:
squidfunk 2024-07-13 22:54:18 +02:00
parent 672c40333b
commit 33452c92ea
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
4 changed files with 5 additions and 3 deletions

View File

@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6543a935.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.76a95c52.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

View File

@ -145,7 +145,9 @@
// Annotation
.md-annotation {
font-style: initial;
font-weight: 400;
text-align: initial;
white-space: normal;
vertical-align: text-bottom;
outline: none;