summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-01 12:00:35 +0200
committerWynn Wolf Arbor2020-06-01 12:00:35 +0200
commitadfe9a33b8891c92dcf6d46829592df2ac9fee37 (patch)
treeb7dc724133cda8d940d4e4a2e6a6d6562cc86340
parent7dc60a00ab74578aaf56607fb0c7399ffff2c187 (diff)
downloadsite-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.
-rw-r--r--scss/style.scss1
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;
}
}