diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-08-24 10:38:28 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-08-24 10:38:28 +0200 |
| commit | efef159c555125501e4b64b7caa6a9ee892a8fad (patch) | |
| tree | 2effaa9c71ce2f413f7dfc1a07b6c04c4792aa7e | |
| parent | 1a22a0ff93d63f738151f096434e732466b4a42e (diff) | |
| download | rust-efef159c555125501e4b64b7caa6a9ee892a8fad.tar.gz rust-efef159c555125501e4b64b7caa6a9ee892a8fad.zip | |
Unify theme choices border color in ayu theme
| -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 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 { |
