Set font-size for footnote-reference to 90%

Closes: #123
This commit is contained in:
Fabrice Niessen 2020-12-19 19:02:25 +01:00
parent fbad4f0fbb
commit 885ddd8451
2 changed files with 2 additions and 2 deletions

View File

@ -1040,7 +1040,7 @@ h2.footnotes{
.footnum, .footref{
color: #2980b9;
font-size: 170%;
font-size: 90%;
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}

View File

@ -1186,7 +1186,7 @@ h2.footnotes{
.footnum, .footref{
color: #2980b9;
font-size: 170%;
font-size: 90%;
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}