1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 02:49:20 +00:00

decreased fade out during test mode

This commit is contained in:
Sense101 2021-07-07 12:24:22 +01:00
parent 0a87d68892
commit 0e0c08e25e

View File

@ -14,7 +14,7 @@
> .section {
.disabled {
transition: opacity 0.12s ease-in-out;
opacity: 0.3;
opacity: 0.6;
button {
pointer-events: none;
}