diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-10-05 11:19:53 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-10-05 11:19:53 +0200 |
| commit | 48b2a5d0b484a0029b25873c3e4c79768832e602 (patch) | |
| tree | 8c170b1bebbbdf549768f57953f4e07c04472311 | |
| parent | ead49f0beb7e36007aeed59f862f10f72b889c59 (diff) | |
| download | rust-48b2a5d0b484a0029b25873c3e4c79768832e602.tar.gz rust-48b2a5d0b484a0029b25873c3e4c79768832e602.zip | |
Fix hamburger button color in mobile sidebar
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 4795c14e0ae..38c218b798d 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -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 { |
