From 180578180ff976bdffd22b0c84b8b0883f5ef09f Mon Sep 17 00:00:00 2001 From: revsuine Date: Sat, 14 Dec 2024 00:33:06 +0000 Subject: [PATCH] static/style.css: footnotes hr background --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 4d64d5e..478c267 100644 --- a/static/style.css +++ b/static/style.css @@ -41,6 +41,10 @@ code { color: var(--faint_foreground); } +.footnotes hr { + background: var(--faint_foreground); +} + /* note: grey0 is actually fg0 with 0.5 opacity over bg0, so the below footer css has no effect. however, i've decided * to write it this way because i prefer to not use opacity to create colours when possible, instead setting * full-opacity explicit/unmodified colours. opacity is still used to create the dimmer hr in the footer.