Skip to content

Commit 48b2a5d

Browse files
Fix hamburger button color in mobile sidebar
1 parent ead49f0 commit 48b2a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1
Original file line numberDiff line numberDiff line change
@@ -1830,6 +1830,7 @@ in storage.js plus the media query with (min-width: 701px)
18301830
as an icon, it's okay to specify its sizes in pixels. */
18311831
font-size: 32px;
18321832
border: none;
1833+
color: var(--main-color);
18331834
}
18341835

18351836
.sidebar-elems {

0 commit comments

Comments
 (0)