Skip to content

Commit

Permalink
Improved style of footnote references
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 21, 2021
1 parent b3a3918 commit aea41d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions material/assets/stylesheets/main.7c7fd32f.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.7c7fd32f.min.css.map

This file was deleted.

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

// Footnote reference
.footnote-ref {
font-weight: 700;
font-size: px2em(12px, 16px);
}

// Footnote backreference
.footnote-backref {
display: inline-block;
Expand Down

0 comments on commit aea41d2

Please sign in to comment.