Commit c0d589de authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve sidenav colors

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent d6eda842
......@@ -75,13 +75,17 @@ body.sidenav {
.nav-sidebar li {
&.active a {
color: #333;
color: #111;
background: #EEE;
font-weight: bold;
&.no-highlight {
background: none;
}
i {
color: #444;
}
}
}
......@@ -93,7 +97,7 @@ body.sidenav {
}
a {
color: #666;
color: #555;
display: block;
text-decoration: none;
padding: 6px 15px;
......@@ -114,7 +118,7 @@ body.sidenav {
i {
width: 20px;
color: #999;
color: #888;
}
}
}
......
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