From f20f7f2267db323a0c4247adad709c8afb5ad430 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Tue, 25 Aug 2020 13:48:47 +0200 Subject: [PATCH] Improve theme button hover background color --- src/librustdoc/html/static/themes/ayu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css index 6e8db1e9eb792..7bd37c0478fdf 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) {