From e5907e23495aa0fa194c13a318da71be45acb8e3 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 13 Apr 2025 11:33:35 -0600 Subject: overhaul
display --- assets/site.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'assets/site.css') diff --git a/assets/site.css b/assets/site.css index fee0057..539a0fe 100644 --- a/assets/site.css +++ b/assets/site.css @@ -56,6 +56,16 @@ table th, table td { justify-content: center; } +details aside { + border-left: 1px solid currentColor; + padding-top: 1em; + padding-left: 1em; +} + +details aside p:first-child { + margin-top: 0; +} + .cohost-style-embed { background-color: #fff1df; } -- cgit v1.2.3