diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-07-12 16:32:26 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-07-13 10:18:23 +0200 |
| commit | b09084cbb6f391c2efe7da26c70983d810c23c33 (patch) | |
| tree | c8ba49030d527f8778a9b2177d5d7bc448732727 | |
| parent | 1f0db5e0a315a252946a9e52a76c73579da53dd0 (diff) | |
| download | rust-b09084cbb6f391c2efe7da26c70983d810c23c33.tar.gz rust-b09084cbb6f391c2efe7da26c70983d810c23c33.zip | |
Fix search result description text color for ayu theme
| -rw-r--r-- | src/librustdoc/html/static/css/themes/ayu.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/themes/ayu.css b/src/librustdoc/html/static/css/themes/ayu.css index 171d06c0a36..1ef9ae3321f 100644 --- a/src/librustdoc/html/static/css/themes/ayu.css +++ b/src/librustdoc/html/static/css/themes/ayu.css @@ -161,7 +161,7 @@ pre, .rustdoc.source .example-wrap { .search-results a { color: #0096cf; } -.search-results a span.desc { +.search-results a div.desc { color: #c5c5c5; } |
