Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix hamburger button color in mobile sidebar
  • Loading branch information
GuillaumeGomez committed Oct 5, 2022
commit 48b2a5d0b484a0029b25873c3e4c79768832e602
1 change: 1 addition & 0 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1830,6 +1830,7 @@ in storage.js plus the media query with (min-width: 701px)
as an icon, it's okay to specify its sizes in pixels. */
font-size: 32px;
border: none;
color: var(--main-color);
}

.sidebar-elems {
Expand Down