Adjust the <hr> element's top colour a tad
This commit is contained in:
parent
25317a5609
commit
6e68bf43a6
|
@ -89,7 +89,7 @@ hr {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom-color: $gray-500;
|
border-bottom-color: $gray-500;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-top-color: $gray-800;
|
border-top-color: $gray-700;
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
height: 0;
|
height: 0;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue