summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/style.css b/style.css
index 5f6f774..846fa85 100644
--- a/style.css
+++ b/style.css
@@ -7,7 +7,7 @@ html {
body {
margin: 0 auto;
padding: 0;
- max-width: 720px;
+ max-width: 650px;
font-family: system-ui, sans-serif;
font-weight: normal;
}
@@ -65,6 +65,12 @@ img {
figure {
margin: 1rem 4rem;
}
+aside {
+ padding: 1rem;
+ border: 1px solid ButtonText;
+ background-color: ButtonFace;
+ font-style: italic;
+}
.footnotes {
font-size: smaller;
}