Commit f99ee99f6530cfab85c67d01832eb76ba5f85fa3

Authored by Dmitriy Zaporozhets
1 parent c0ec30ae

Better color for nav links

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/sections/nav.scss
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 width: 1%; 35 width: 1%;
36 &.active { 36 &.active {
37 a { 37 a {
38 - color: $style_color; 38 + color: #333;
39 font-weight: bolder; 39 font-weight: bolder;
40 40
41 &:after { 41 &:after {
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 left: 50%; 46 left: 50%;
47 width: 0; 47 width: 0;
48 height: 0; 48 height: 0;
49 - border-color: transparent transparent #777 transparent; 49 + border-color: transparent transparent #333 transparent;
50 border-style: solid; 50 border-style: solid;
51 border-width: 6px; 51 border-width: 6px;
52 margin-left: -6px; 52 margin-left: -6px;