diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-08-27 01:14:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 01:14:15 +0200 |
| commit | c1cb46e9064d3d34ed27bc7b8ffe7d3082f21fd3 (patch) | |
| tree | 0ec070822024283a4fa87c0100f8d187b16faf6c /src/librustdoc/html | |
| parent | 88c68cae4f6d2e12d54ff436eea36595454ccda8 (diff) | |
| parent | efef159c555125501e4b64b7caa6a9ee892a8fad (diff) | |
| download | rust-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:   r? @Cldfire
Diffstat (limited to 'src/librustdoc/html')
| -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 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 { |
