diff --git a/src/assets/css/pages/Game.scss b/src/assets/css/pages/Game.scss index 92c76c2..9e09eb7 100644 --- a/src/assets/css/pages/Game.scss +++ b/src/assets/css/pages/Game.scss @@ -20,7 +20,7 @@ &__background_picture { @apply top-0 h-full w-auto block; - height: 100vh; + height: 100%; max-width: revert; -moz-user-select: none; -webkit-user-select: none; @@ -39,7 +39,7 @@ @apply absolute w-auto block object-contain; // filter: brightness(10%) sepia(100%) saturate(10000%) hue-rotate(10deg); &--inactive { - filter: brightness(10%) sepia(10%) hue-rotate(10deg); + filter: contrast(50%) saturate(0%) brightness(1.6); pointer-events: none; } }