diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-05-05 19:27:59 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-05-05 20:07:12 +0200 |
| commit | 0cbebd07ee23cacccf0fa5522d658a3ebfc4c19f (patch) | |
| tree | 09a977cb1a96fcc16faf1f3bf6a1b03c621cab46 /src/librustdoc/html/static/css/noscript.css | |
| parent | 02f7806ecd641d67c8f046b073323c7e176ee6d2 (diff) | |
| download | rust-0cbebd07ee23cacccf0fa5522d658a3ebfc4c19f.tar.gz rust-0cbebd07ee23cacccf0fa5522d658a3ebfc4c19f.zip | |
Fix bad color for setting cog in ayu theme
Diffstat (limited to 'src/librustdoc/html/static/css/noscript.css')
| -rw-r--r-- | src/librustdoc/html/static/css/noscript.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/noscript.css b/src/librustdoc/html/static/css/noscript.css index ccb97d7df4c..6e10cf21537 100644 --- a/src/librustdoc/html/static/css/noscript.css +++ b/src/librustdoc/html/static/css/noscript.css @@ -85,6 +85,7 @@ nav.sub { --search-tab-button-not-selected-background: #e6e6e6; --search-tab-button-selected-border-top-color: #0089ff; --search-tab-button-selected-background: #fff; + --settings-menu-filter: none; --stab-background-color: #fff5d6; --stab-code-color: #000; --code-highlight-kw-color: #8959a8; |
