Fix low contrast in mobile nav buttons #57
This commit is contained in:
parent
bd99a4382f
commit
efc0f40466
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue