Add custom CSS for <hr> elements
This commit is contained in:
parent
28f42b3dc0
commit
da3136d4c1
@ -230,6 +230,10 @@ sub {
|
|||||||
top: 0.2rem;
|
top: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 1.5px solid var(--table-cell-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
.iframeWrap {
|
.iframeWrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user