Skip to content

Commit

Permalink
Improve theme button hover background color
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 25, 2020
1 parent 1a22a0f commit f20f7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ kbd {
}

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

@media (max-width: 700px) {
Expand Down

0 comments on commit f20f7f2

Please sign in to comment.