Skip to content

Commit 2c06347

Browse files
authored
Rollup merge of rust-lang#75901 - GuillaumeGomez:ayu-theme-button-hover-background-color, r=pickfire
Improve theme button hover background color Fixes rust-lang#75880. ![Screenshot from 2020-08-25 13-44-01](https://user-images.githubusercontent.com/3050060/91170922-e60b1880-e6d9-11ea-9eb1-61a44cdc28d9.png) ![Screenshot from 2020-08-25 13-43-43](https://user-images.githubusercontent.com/3050060/91170924-e73c4580-e6d9-11ea-969e-616bf4130975.png) r? @pickfire
2 parents 3e5669a + f20f7f2 commit 2c06347

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/html/static/themes/ayu.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ kbd {
518518
}
519519

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

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

0 commit comments

Comments
 (0)