Add custom CSS for <hr> elements

This commit is contained in:
Jed Fox 2021-02-26 21:09:40 -05:00
parent 28f42b3dc0
commit da3136d4c1
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1
1 changed files with 4 additions and 0 deletions

View File

@ -230,6 +230,10 @@ sub {
top: 0.2rem;
}
hr {
border: 1.5px solid var(--table-cell-border-color);
}
.iframeWrap {
position: relative;
display: block;