1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Make game state indicator slightly transparent

This commit is contained in:
Daniel Barber 2018-04-07 19:17:56 -04:00
parent e63b7b9069
commit eeb5668e26
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -20,7 +20,7 @@ $available-square-color: #6f0;
$your-turn-background-color: rgba($white, 0.1);
$game-state-background-color: darken($black-square-color, 10%);
$game-state-background-color: rgba(darken($black-square-color, 10%), 0.9);
$square-outline-color: darken($black-square-color, 20%);
$selected-outline-color: lighten($selected-square-color, 20%);