about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-08-27 01:14:15 +0200
committerGitHub <noreply@github.com>2020-08-27 01:14:15 +0200
commitc1cb46e9064d3d34ed27bc7b8ffe7d3082f21fd3 (patch)
tree0ec070822024283a4fa87c0100f8d187b16faf6c /src/librustdoc/html
parent88c68cae4f6d2e12d54ff436eea36595454ccda8 (diff)
parentefef159c555125501e4b64b7caa6a9ee892a8fad (diff)
downloadrust-c1cb46e9064d3d34ed27bc7b8ffe7d3082f21fd3.tar.gz
rust-c1cb46e9064d3d34ed27bc7b8ffe7d3082f21fd3.zip
Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfire
Unify theme choices border color in ayu theme

There was a slight color difference in the theme choice menu borders:

![Screenshot from 2020-08-24 10-37-05](https://user-images.githubusercontent.com/3050060/91022913-22654880-e5f6-11ea-8165-302b2d4e701e.png)
![Screenshot from 2020-08-24 10-37-58](https://user-images.githubusercontent.com/3050060/91022918-242f0c00-e5f6-11ea-989a-e26a28196d09.png)

r? @Cldfire
Diffstat (limited to 'src/librustdoc/html')
-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 c8d4ec60352..f7d474b5562 100644
--- a/src/librustdoc/html/static/themes/ayu.css
+++ b/src/librustdoc/html/static/themes/ayu.css
@@ -514,7 +514,7 @@ kbd {
 }
 
 #theme-choices > button:not(:first-child) {
-	border-top-color: #c5c5c5;
+	border-top-color: #5c6773;
 }
 
 #theme-choices > button:hover, #theme-choices > button:focus {