about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-08-24 10:38:28 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-08-24 10:38:28 +0200
commitefef159c555125501e4b64b7caa6a9ee892a8fad (patch)
tree2effaa9c71ce2f413f7dfc1a07b6c04c4792aa7e
parent1a22a0ff93d63f738151f096434e732466b4a42e (diff)
downloadrust-efef159c555125501e4b64b7caa6a9ee892a8fad.tar.gz
rust-efef159c555125501e4b64b7caa6a9ee892a8fad.zip
Unify theme choices border color in ayu theme
-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 6e8db1e9eb7..5f6ba5b875f 100644
--- a/src/librustdoc/html/static/themes/ayu.css
+++ b/src/librustdoc/html/static/themes/ayu.css
@@ -513,7 +513,7 @@ kbd {
 }
 
 #theme-choices > button:not(:first-child) {
-	border-top-color: #c5c5c5;
+	border-top-color: #5c6773;
 }
 
 #theme-choices > button:hover, #theme-choices > button:focus {