Update hr tag style

This commit is contained in:
timvisee 2021-03-04 18:45:18 +01:00
parent b2669a1658
commit faa5670cdf
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 3 additions and 2 deletions

View File

@ -76,8 +76,9 @@ p {
}
hr {
border: 0;
border-top: 1px dashed $color-main-border;
border: 0.25em solid $color-main-bg-alt;
border-radius: 0.25em;
margin: 2em 5em;
}
.color-header {