about summary refs log tree commit diff
path: root/src/librustdoc/html/static
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-06-26 00:38:46 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-06-26 00:38:46 +0200
commit4c6385d6af0d37653d23db4230f32bc1bca09676 (patch)
tree96e90b98d5f51024d6793de648634b09422a5ab8 /src/librustdoc/html/static
parentb7c6e8f1805cd8a4b0a1c1f22f17a89e9e2cea23 (diff)
downloadrust-4c6385d6af0d37653d23db4230f32bc1bca09676.tar.gz
rust-4c6385d6af0d37653d23db4230f32bc1bca09676.zip
Fix variant background color on hover in search results
Diffstat (limited to 'src/librustdoc/html/static')
-rw-r--r--src/librustdoc/html/static/themes/dark.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/themes/dark.css b/src/librustdoc/html/static/themes/dark.css
index 7add0e21f54..649ee0b781e 100644
--- a/src/librustdoc/html/static/themes/dark.css
+++ b/src/librustdoc/html/static/themes/dark.css
@@ -108,7 +108,7 @@ pre {
 
 .content .highlighted {
 	color: #eee !important;
-	background-color: #333;
+	background-color: #616161;
 }
 .content .highlighted a, .content .highlighted span { color: #eee !important; }
 .content .highlighted.trait { background-color: #013191; }