Merge pull request #2839 from j-f1/hr-styling

Add custom CSS for <hr> elements
This commit is contained in:
Maurice Parker 2021-03-12 16:42:25 -06:00 committed by GitHub
commit fc697149c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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