diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-08-25 13:48:47 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-08-25 13:48:47 +0200 |
| commit | f20f7f2267db323a0c4247adad709c8afb5ad430 (patch) | |
| tree | 7098aae713606f92699c395fe7875c0b4b826325 | |
| parent | 1a22a0ff93d63f738151f096434e732466b4a42e (diff) | |
| download | rust-f20f7f2267db323a0c4247adad709c8afb5ad430.tar.gz rust-f20f7f2267db323a0c4247adad709c8afb5ad430.zip | |
Improve theme button hover background color
| -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 6e8db1e9eb7..7bd37c0478f 100644 --- a/src/librustdoc/html/static/themes/ayu.css +++ b/src/librustdoc/html/static/themes/ayu.css @@ -517,7 +517,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) { |
