Skip to content

Commit efef159

Browse files
Unify theme choices border color in ayu theme
1 parent 1a22a0f commit efef159

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
@@ -513,7 +513,7 @@ kbd {
513513
}
514514

515515
#theme-choices > button:not(:first-child) {
516-
border-top-color: #c5c5c5;
516+
border-top-color: #5c6773;
517517
}
518518

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

0 commit comments

Comments
 (0)