Настроен цвет линеек

This commit is contained in:
2019-08-30 13:00:41 +03:00
parent db10a7141c
commit 670ecdfe68
5 changed files with 18 additions and 3 deletions

View File

@ -31,3 +31,13 @@ code {
img {
max-width: 100%;
}
hr {
color: $rule-color;
border-top: 1px solid $rule-color;
border-left: none;
border-right: none;
border-bottom: none;
margin-block-start: 1em;
margin-block-end: 1em;
}

View File

@ -1,6 +1,8 @@
@import '../vars';
.navigation {
display: block;
border-bottom: 1px solid #eee;
border-bottom: 1px solid $rule-color;
margin-bottom: 1em;
&__actions {