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 35 width: 1%;
36 36 &.active {
37 37 a {
38   - color: $style_color;
  38 + color: #333;
39 39 font-weight: bolder;
40 40  
41 41 &:after {
... ... @@ -46,7 +46,7 @@
46 46 left: 50%;
47 47 width: 0;
48 48 height: 0;
49   - border-color: transparent transparent #777 transparent;
  49 + border-color: transparent transparent #333 transparent;
50 50 border-style: solid;
51 51 border-width: 6px;
52 52 margin-left: -6px;
... ...