diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-25 19:42:56 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-25 19:42:56 -0500 |
| commit | e22544bca3d93deb70f4cf96dcb0dc35796c8f5e (patch) | |
| tree | c27e671a6f69f893d7c4a0adc488da28b533a8fc /style.css | |
| parent | 49a50eae60ac28b9a8dd7f31ccd3987c86ba02bd (diff) | |
Inner thoughts blog post; styling tweaks
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; } |
