fix for opacity given as percentage; affects Firefox

This commit is contained in:
Jesse D. McDonald 2020-04-30 04:37:23 -05:00
parent aeb84f988f
commit a157f53cb9
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ button:disabled .silhouette {
background-image: url(../svg/new-game.svg);
background-size: contain;
background-repeat: no-repeat;
opacity: 25%;
opacity: 0.25;
}
.game-tile-title {