Fix hr style
This commit is contained in:
parent
b525428372
commit
27e79cb9d7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue