Skip to content

Commit

Permalink
Rollup merge of rust-lang#75901 - GuillaumeGomez:ayu-theme-button-hov…
Browse files Browse the repository at this point in the history
…er-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
  • Loading branch information
Dylan-DPC committed Aug 29, 2020
2 parents 3e5669a + f20f7f2 commit 2c06347
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 @@ -518,7 +518,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 2c06347

Please sign in to comment.