Skip to content

Commit

Permalink
Ayu: use different background color to make Run button easy-to-spot
Browse files Browse the repository at this point in the history
Co-authored-by: Cldfire <cldfire@3grid.net>
  • Loading branch information
tesuji and Cldfire committed Jul 19, 2020
1 parent 174abeb commit 0eff3d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/librustdoc/html/static/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,12 @@ a.test-arrow {
font-size: 100%;
color: #788797;
border-radius: 4px;
box-shadow: 0 0 0 1px #424c57,0 0 0 2px transparent;
background-color: rgba(255, 255, 255, 0);
background-color: rgba(57, 175, 215, 0.09);
}

a.test-arrow:hover {
background-color: rgba(242, 151, 24, 0.05);
color: #ffb44c;
background-color: rgba(57, 175, 215, 0.368);
color: #c5c5c5;
}

.toggle-label {
Expand Down

0 comments on commit 0eff3d5

Please sign in to comment.