summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scss/style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 90bd606..0e40008 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -139,4 +139,13 @@ article {
}
ul { list-style: square; }
+
+ .footnotes {
+ font-size: smaller;
+ }
+
+ sup > a {
+ text-decoration: none;
+ font-weight: bold;
+ }
}