about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-07-12 16:32:26 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-07-13 10:18:23 +0200
commitb09084cbb6f391c2efe7da26c70983d810c23c33 (patch)
treec8ba49030d527f8778a9b2177d5d7bc448732727
parent1f0db5e0a315a252946a9e52a76c73579da53dd0 (diff)
downloadrust-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.css2
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;
 }