about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-08-30 04:43:09 +0000
committerbors <bors@rust-lang.org>2020-08-30 04:43:09 +0000
commit99b4a01776be9efb6bd71c6ccd56afdde619bdce (patch)
tree55c8c74732a32390549de7476ca6edf7215a42ff
parentf6d910c85251191becdf2bed78219be66ebb1d3a (diff)
parentf20f7f2267db323a0c4247adad709c8afb5ad430 (diff)
downloadrust-99b4a01776be9efb6bd71c6ccd56afdde619bdce.tar.gz
rust-99b4a01776be9efb6bd71c6ccd56afdde619bdce.zip
Auto merge of #75901 - GuillaumeGomez:ayu-theme-button-hover-background-color, r=pickfire
Improve theme button hover background color

Fixes #75880.

![Screenshot from 2020-08-25 13-44-01](https://user-images.githubusercontent.com/3050060/91170922-e60b1880-e6d9-11ea-9eb1-61a44cdc28d9.png)
![Screenshot from 2020-08-25 13-43-43](https://user-images.githubusercontent.com/3050060/91170924-e73c4580-e6d9-11ea-969e-616bf4130975.png)

r? @pickfire
-rw-r--r--src/librustdoc/html/static/themes/ayu.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css
index f7d474b5562..f910bfffc22 100644
--- a/src/librustdoc/html/static/themes/ayu.css
+++ b/src/librustdoc/html/static/themes/ayu.css
@@ -518,7 +518,7 @@ kbd {
 }
 
 #theme-choices > button:hover, #theme-choices > button:focus {
-	background-color: rgba(70, 70, 70, 0.33);
+	background-color: rgba(110, 110, 110, 0.33);
 }
 
 @media (max-width: 700px) {