summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sass/styles.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/sass/styles.scss b/sass/styles.scss
index 78a76c7..f4e6ea9 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -16,6 +16,10 @@ img {
max-width: 80%;
}
+pre {
+ padding: 0.3em;
+}
+
.page-content {
margin-left: 5em;
margin-right: 5em;
@@ -56,3 +60,13 @@ img {
}
}
}
+
+.footnote-reference {
+ font-size: x-small;
+}
+
+.footnote-definition {
+ display: flex;
+ font-size: small;
+ border-top: 1px solid gray;
+}