fix opacity % -> float

This commit is contained in:
ntr 2019-11-09 13:13:46 +11:00
parent 5db552c236
commit b268c2997e

View File

@ -184,9 +184,9 @@ button {
@keyframes target-ko { @keyframes target-ko {
0% { 0% {
opacity: 100%; opacity: 1;
} }
100% { 100% {
opacity: 20%; opacity: 0.2;
} }
} }