Commit 133d231f87fdeb4a920051833750d4865b492b39
1 parent
33ff53d9
Exists in
spb-stable
and in
2 other branches
Use link_color var more often
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/sections/nav.scss
| @@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
| 64 | left: 50%; | 64 | left: 50%; |
| 65 | width: 0; | 65 | width: 0; |
| 66 | height: 0; | 66 | height: 0; |
| 67 | - border-color: transparent transparent #29b transparent; | 67 | + border-color: transparent transparent $link_color transparent; |
| 68 | border-style: solid; | 68 | border-style: solid; |
| 69 | border-width: 6px; | 69 | border-width: 6px; |
| 70 | margin-left: -6px; | 70 | margin-left: -6px; |