static/style.css: footnotes hr background

This commit is contained in:
revsuine 2024-12-14 00:33:06 +00:00
parent 2037a07d60
commit 180578180f
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -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.