fixed <hr> on chrome

This commit is contained in:
RustyStriker 2022-07-26 21:27:00 +03:00
parent caa20569f1
commit e5df14df37
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ a {
hr {
width: 90%;
color: rgb(60, 0, 90);
background-color: rgb(60, 0, 90);
border-color: rgb(60, 0, 90);
}