add style for <hr>
This commit is contained in:
parent
929cc1dc3f
commit
9d8f028967
1 changed files with 8 additions and 0 deletions
|
@ -284,6 +284,14 @@ del {
|
|||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 2px;
|
||||
width: 75%;
|
||||
border: none;
|
||||
background: var(--text-col);
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
|
||||
@media (pointer: coarse) {
|
||||
.buttonbar {
|
||||
|
|
Loading…
Reference in a new issue