Better color for nav links
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
c0ec30aead
commit
f99ee99f65
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
width: 1%;
|
width: 1%;
|
||||||
&.active {
|
&.active {
|
||||||
a {
|
a {
|
||||||
color: $style_color;
|
color: #333;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-color: transparent transparent #777 transparent;
|
border-color: transparent transparent #333 transparent;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 6px;
|
border-width: 6px;
|
||||||
margin-left: -6px;
|
margin-left: -6px;
|
||||||
|
|
Loading…
Reference in a new issue