From 0fc2c0bee34c62e4196b553d9c4c6368906a2e41 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 5 Jun 2020 11:26:58 +0200 Subject: Add styling for pre and footnotes. --- sass/styles.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; +} -- cgit v1.2.3