Skip to content

Commit

Permalink
#000, not #fff
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 18, 2022
1 parent ae4279f commit 6783850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mocha.css
Expand Up @@ -227,11 +227,11 @@ body {
-o-transition:opacity 200ms;
transition: opacity 200ms;
opacity: 0.7;
color: #fff;
color: #000;
}

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

Expand Down

0 comments on commit 6783850

Please sign in to comment.