summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 25a5357..1ad8c5a 100644
--- a/style.css
+++ b/style.css
@@ -82,6 +82,11 @@ ul.posts a:hover{color:var(--accent); text-decoration:underline;}
.links .k{color:var(--muted); font-size:.8rem; min-width:4.6rem;}
.links a{text-decoration:none;} .links a:hover{text-decoration:underline;}
+#elsewhere + ul{list-style:none; margin:0; padding:0; font-size:.95rem;}
+#elsewhere + ul li{display:flex; gap:.8rem; padding:.24rem 0;}
+#elsewhere + ul strong{color:var(--muted); font:400 .8rem var(--mono); min-width:4.6rem;}
+#elsewhere + ul a{text-decoration:none;} #elsewhere + ul a:hover{text-decoration:underline;}
+
/* ---- long-form article ---- */
article.post{font-size:1.08rem; line-height:1.7;}
article.post .post-head{margin:0 0 2rem;}