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

View file

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