summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-25 19:42:56 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-25 19:42:56 -0500
commite22544bca3d93deb70f4cf96dcb0dc35796c8f5e (patch)
treec27e671a6f69f893d7c4a0adc488da28b533a8fc /style.css
parent49a50eae60ac28b9a8dd7f31ccd3987c86ba02bd (diff)
Inner thoughts blog post; styling tweaks
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;
}