summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-22 14:46:05 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-22 14:46:05 -0500
commite21587eca6c8ac56c24929e5210f05da2ca8865d (patch)
treef600daf32d5ee20935b056a56868a161992b7e66 /style.css
parentacdfa23c19901947e17709442f79eb00a900375c (diff)
backfill blog posts
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3638446..5f6f774 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}