Commit eb574e4a authored by tauriedavis's avatar tauriedavis

change border color to variable

parent 501d1485
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
font-weight: 600; font-weight: 600;
margin: 16px 0 10px; margin: 16px 0 10px;
padding: 0 0 0.3em; padding: 0 0 0.3em;
border-bottom: 1px solid $btn-default-border; border-bottom: 1px solid $white-dark;
color: $gl-gray-dark; color: $gl-gray-dark;
} }
...@@ -85,12 +85,12 @@ ...@@ -85,12 +85,12 @@
font-size: inherit; font-size: inherit;
padding: 8px 21px; padding: 8px 21px;
margin: 12px 0; margin: 12px 0;
border-left: 3px solid #e7e9ed; border-left: 3px solid $white-dark;
} }
blockquote:dir(rtl) { blockquote:dir(rtl) {
border-left: 0; border-left: 0;
border-right: 3px solid #e7e9ed; border-right: 3px solid $white-dark;
} }
blockquote p { blockquote p {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
font-size: 2em; font-size: 2em;
color: $gl-gray-dark; color: $gl-gray-dark;
padding: 0 0 0.3em; padding: 0 0 0.3em;
border-bottom: 1px solid #e7e9ed; border-bottom: 1px solid $white-dark;
} }
.description { .description {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment