Skip to content

Commit c1cb46e

Browse files
authored
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
2 parents 88c68ca + efef159 commit c1cb46e

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/themes/ayu.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ kbd {
514514
}
515515

516516
#theme-choices > button:not(:first-child) {
517-
border-top-color: #c5c5c5;
517+
border-top-color: #5c6773;
518518
}
519519

520520
#theme-choices > button:hover, #theme-choices > button:focus {

0 commit comments

Comments
 (0)