diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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; } |
