]> git.lizzy.rs Git - rust.git/commitdiff
Unify theme choices border color in ayu theme
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 24 Aug 2020 08:38:28 +0000 (10:38 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 24 Aug 2020 08:38:28 +0000 (10:38 +0200)
src/librustdoc/html/static/themes/ayu.css

index 6e8db1e9eb7926d079ee51cea67a6872cdc091f1..5f6ba5b875f7fe10ddbff34c7c185c19db14f44d 100644 (file)
@@ -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 {