about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-07-19 09:09:06 +0000
committerLzu Tao <taolzu@gmail.com>2020-07-19 09:09:06 +0000
commit0eff3d5d886a2290b4557a4438efe8a6aa6cfba7 (patch)
treee14127837b0f792b8e38c1c63d89df9d4a2877e4
parent174abeb6cb9553bae0a59fbf0aba186da300d390 (diff)
downloadrust-0eff3d5d886a2290b4557a4438efe8a6aa6cfba7.tar.gz
rust-0eff3d5d886a2290b4557a4438efe8a6aa6cfba7.zip
Ayu: use different background color to make Run button easy-to-spot
Co-authored-by: Cldfire <cldfire@3grid.net>
-rw-r--r--src/librustdoc/html/static/themes/ayu.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css
index 09ee9b4b505..6acf4e3e1c0 100644
--- a/src/librustdoc/html/static/themes/ayu.css
+++ b/src/librustdoc/html/static/themes/ayu.css
@@ -318,13 +318,12 @@ a.test-arrow {
 	font-size: 100%;
 	color: #788797;
 	border-radius: 4px;
-	box-shadow: 0 0 0 1px #424c57,0 0 0 2px transparent;
-	background-color: rgba(255, 255, 255, 0);
+	background-color: rgba(57, 175, 215, 0.09);
 }
 
 a.test-arrow:hover {
-	background-color: rgba(242, 151, 24, 0.05);
-	color: #ffb44c;
+	background-color: rgba(57, 175, 215, 0.368);
+	color: #c5c5c5;
 }
 
 .toggle-label {