diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-22 14:46:05 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-22 14:46:05 -0500 |
| commit | e21587eca6c8ac56c24929e5210f05da2ca8865d (patch) | |
| tree | f600daf32d5ee20935b056a56868a161992b7e66 /style.css | |
| parent | acdfa23c19901947e17709442f79eb00a900375c (diff) | |
backfill blog posts
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -25,6 +25,9 @@ header nav { header span { margin-right: 10px; } +section header { + font-style: italic; +} nav ul { list-style-type: none; border-left: 1px solid ButtonText; @@ -48,6 +51,13 @@ p { margin: 1rem 0; line-height: 1.5rem; } +sup { + font-size: .75rem; + line-height: 0; + position: relative; + vertical-align: baseline; + top: -0.5em; +} img { width: 100%; height: auto; @@ -55,3 +65,9 @@ img { figure { margin: 1rem 4rem; } +.footnotes { + font-size: smaller; +} +.footnotes li { + margin-left: 0; +} |
