Fix low contrast in mobile nav buttons #57

This commit is contained in:
Mathieu David 2015-09-24 00:18:13 +02:00
parent bd99a4382f
commit efc0f40466
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
color: $icons-hover color: $icons-hover
} }
.mobile-nav-chapters i:hover {
color: $sidebar-fg
}
.mobile-nav-chapters { .mobile-nav-chapters {
background-color: $sidebar-bg background-color: $sidebar-bg
} }