Commit 133d231f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use link_color var more often

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 33ff53d9
......@@ -60,7 +60,7 @@ pre {
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: #29b;
background: $bg_style_color;
color: #FFF
}
......
......@@ -64,7 +64,7 @@
left: 50%;
width: 0;
height: 0;
border-color: transparent transparent #29b transparent;
border-color: transparent transparent $link_color transparent;
border-style: solid;
border-width: 6px;
margin-left: -6px;
......
......@@ -85,7 +85,7 @@
.btn {
background: none;
color: #29b;
color: $link_color;
&.active {
color: #333;
......
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