add style for <hr>

This commit is contained in:
rhiannon morris 2024-08-05 19:09:00 +02:00
parent 929cc1dc3f
commit 9d8f028967
1 changed files with 8 additions and 0 deletions

View File

@ -284,6 +284,14 @@ del {
}
}
hr {
height: 2px;
width: 75%;
border: none;
background: var(--text-col);
margin: 1em auto;
}
@media (pointer: coarse) {
.buttonbar {