From 6daa705bd0b4f0cddf218b7ade6853215bbdf15e Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 28 Apr 2021 12:37:20 +0200 Subject: [PATCH] style fixes --- style/page.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/page.css b/style/page.css index 2331558..e0739e7 100644 --- a/style/page.css +++ b/style/page.css @@ -101,6 +101,9 @@ table { th { font-weight: 500; +} + +thead th { border-bottom: 1px solid var(--root-col); } @@ -190,6 +193,9 @@ u u { text-decoration: double underline; } +:is(.twocol, .threecol):not(:is(ul, ol) *) { + margin-top: 1em; +} .twocol { columns: 2; }