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 b16831e07e
commit 5da3f5709e
2 changed files with 2 additions and 2 deletions

View File

@ -1039,7 +1039,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;
}