Adjust the <hr> element's top colour a tad

This commit is contained in:
Luna 2022-06-03 08:36:41 -04:00
parent 25317a5609
commit 6e68bf43a6
Signed by: luna
GPG Key ID: C8DA627859769F68
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ hr {
border: none;
border-bottom-color: $gray-500;
border-bottom-style: solid;
border-top-color: $gray-800;
border-top-color: $gray-700;
border-top-style: solid;
height: 0;
margin-bottom: 1rem;