Skip to content

Commit

Permalink
fix: increase contrast for replay buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 17, 2022
1 parent 77c18d2 commit ae4279f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,12 @@ body {
-moz-transition:opacity 200ms;
-o-transition:opacity 200ms;
transition: opacity 200ms;
opacity: 0.3;
color: #888;
opacity: 0.7;
color: #fff;
}

#mocha .test:hover a.replay {
box-shadow: 0 0 1px inset #fff;
opacity: 1;
}

Expand Down

0 comments on commit ae4279f

Please sign in to comment.