From efc0f4046658263c8ed1a8e9bcbf5dc3dd57e910 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Thu, 24 Sep 2015 00:18:13 +0200 Subject: [PATCH] Fix low contrast in mobile nav buttons #57 --- src/theme/stylus/themes/base.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme/stylus/themes/base.styl b/src/theme/stylus/themes/base.styl index 5411b2bf..fdbcc9dc 100644 --- a/src/theme/stylus/themes/base.styl +++ b/src/theme/stylus/themes/base.styl @@ -35,6 +35,10 @@ color: $icons-hover } + .mobile-nav-chapters i:hover { + color: $sidebar-fg + } + .mobile-nav-chapters { background-color: $sidebar-bg }