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