Skip to content

Commit

Permalink
Fixed annotations in figure captions
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 13, 2024
1 parent 672c403 commit 33452c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 33452c9

Please sign in to comment.