mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 22:32:35 +00:00
Fix low contrast in mobile nav buttons #57
This commit is contained in:
parent
bd99a4382f
commit
efc0f40466
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue