change border color to variable

This commit is contained in:
tauriedavis 2016-10-17 13:23:28 -07:00
parent 501d1485ed
commit eb574e4a0a
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@
font-weight: 600;
margin: 16px 0 10px;
padding: 0 0 0.3em;
border-bottom: 1px solid $btn-default-border;
border-bottom: 1px solid $white-dark;
color: $gl-gray-dark;
}
@ -85,12 +85,12 @@
font-size: inherit;
padding: 8px 21px;
margin: 12px 0;
border-left: 3px solid #e7e9ed;
border-left: 3px solid $white-dark;
}
blockquote:dir(rtl) {
border-left: 0;
border-right: 3px solid #e7e9ed;
border-right: 3px solid $white-dark;
}
blockquote p {

View File

@ -24,7 +24,7 @@
font-size: 2em;
color: $gl-gray-dark;
padding: 0 0 0.3em;
border-bottom: 1px solid #e7e9ed;
border-bottom: 1px solid $white-dark;
}
.description {