Commit f99ee99f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Better color for nav links

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent c0ec30ae
......@@ -35,7 +35,7 @@
width: 1%;
&.active {
a {
color: $style_color;
color: #333;
font-weight: bolder;
&:after {
......@@ -46,7 +46,7 @@
left: 50%;
width: 0;
height: 0;
border-color: transparent transparent #777 transparent;
border-color: transparent transparent #333 transparent;
border-style: solid;
border-width: 6px;
margin-left: -6px;
......
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