fix opacity % -> float
This commit is contained in:
parent
5db552c236
commit
b268c2997e
@ -184,9 +184,9 @@ button {
|
||||
|
||||
@keyframes target-ko {
|
||||
0% {
|
||||
opacity: 100%;
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
opacity: 20%;
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user