Fix hr style

This commit is contained in:
Luca 2024-01-24 15:42:29 +01:00
parent b525428372
commit 27e79cb9d7
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ ol, ul {
} }
hr { hr {
color: $color-text; border: none;
border-top: 1px solid $color-text;
margin: 3em 0; margin: 3em 0;
} }