summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-05 11:26:58 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-05 11:26:58 +0200
commit0fc2c0bee34c62e4196b553d9c4c6368906a2e41 (patch)
tree8ee969d40456562e9c08feb5abd3ff95aedd4d85
parent6068059845ee3724d7137311906136e29a657193 (diff)
downloadrabalderz-0fc2c0bee34c62e4196b553d9c4c6368906a2e41.tar.gz
rabalderz-0fc2c0bee34c62e4196b553d9c4c6368906a2e41.tar.bz2
rabalderz-0fc2c0bee34c62e4196b553d9c4c6368906a2e41.zip
Add styling for pre and footnotes.
-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;
+}