Skip to content

Commit

Permalink
tweak color of select all games link
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcosulich committed Jul 30, 2023
1 parent b72944d commit 40ec94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ <h2 style="font-size: large;">In the meantime practice your game!</h2>
</div>

<div id="signed-in" class="signed-in contest-game">
<div class="select-all-games hidden" style="cursor: pointer; text-decoration: underline; padding: 6px 0; color: blue;">Select All Games</div>
<div class="select-all-games hidden" style="cursor: pointer; text-decoration: underline; padding: 6px 0; color: #2F41E2;">Select All Games</div>
<div id="games-list"></div>
</div>
<div id="loading-games">
Expand Down

0 comments on commit 40ec94b

Please sign in to comment.