diff options
author | Wynn Wolf Arbor | 2020-06-01 12:00:35 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-06-01 12:00:35 +0200 |
commit | adfe9a33b8891c92dcf6d46829592df2ac9fee37 (patch) | |
tree | b7dc724133cda8d940d4e4a2e6a6d6562cc86340 | |
parent | 7dc60a00ab74578aaf56607fb0c7399ffff2c187 (diff) | |
download | site-adfe9a33b8891c92dcf6d46829592df2ac9fee37.tar.gz |
css: Reduce font weight for footnote references
In fde2230 (css: Add styling for footnotes) we introduced styling for
footnote references, removing the underline and making them bold.
However, as pointed out by a user, having them bold makes them less
readable and clear. Therefore, reduce the font weight back to normal.
Diffstat (limited to '')
-rw-r--r-- | scss/style.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/style.scss b/scss/style.scss index 8cbe892..232b456 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -147,7 +147,6 @@ article { sup > a { text-decoration: none; - font-weight: bold; } } |