Improved style of footnote references

This commit is contained in:
squidfunk 2021-04-21 09:37:47 +02:00
parent b3a3918419
commit aea41d23c9
4 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.7c7fd32f.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.e35208c4.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ef6f36e2.min.css' | url }}">

View File

@ -82,6 +82,12 @@
}
}
// Footnote reference
.footnote-ref {
font-weight: 700;
font-size: px2em(12px, 16px);
}
// Footnote backreference
.footnote-backref {
display: inline-block;