Skip to content

Commit f20f7f2

Browse files
Improve theme button hover background color
1 parent 1a22a0f commit f20f7f2

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
@@ -517,7 +517,7 @@ kbd {
517517
}
518518

519519
#theme-choices > button:hover, #theme-choices > button:focus {
520-
background-color: rgba(70, 70, 70, 0.33);
520+
background-color: rgba(110, 110, 110, 0.33);
521521
}
522522

523523
@media (max-width: 700px) {

0 commit comments

Comments
 (0)