diff options
| author | bors <bors@rust-lang.org> | 2020-08-30 04:43:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-08-30 04:43:09 +0000 |
| commit | 99b4a01776be9efb6bd71c6ccd56afdde619bdce (patch) | |
| tree | 55c8c74732a32390549de7476ca6edf7215a42ff | |
| parent | f6d910c85251191becdf2bed78219be66ebb1d3a (diff) | |
| parent | f20f7f2267db323a0c4247adad709c8afb5ad430 (diff) | |
| download | rust-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.   r? @pickfire
| -rw-r--r-- | src/librustdoc/html/static/themes/ayu.css | 2 |
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) { |
