diff --git a/src/styles/components/_gameGrid.scss b/src/styles/components/_gameGrid.scss index 44f1da0..ca339ce 100644 --- a/src/styles/components/_gameGrid.scss +++ b/src/styles/components/_gameGrid.scss @@ -77,21 +77,21 @@ } .game-grid__card--opaque-RED { - opacity: 25%; + opacity: 0.25; color: $light-red; } .game-grid__card--opaque-BLUE { - opacity: 25%; + opacity: 0.25; color: $light-blue; } .game-grid__card--opaque-WHITE { - opacity: 25%; + opacity: 0.25; color: lighten($tan, 15%); } .game-grid__card--opaque-BLACK { - opacity: 25%; + opacity: 0.25; color: white; } \ No newline at end of file