rgba
This commit is contained in:
parent
df62a40c2a
commit
27d7a0689d
@ -79,7 +79,7 @@ td {
|
|||||||
|
|
||||||
@keyframes trail-animation {
|
@keyframes trail-animation {
|
||||||
from {
|
from {
|
||||||
background-color: rgb(206, 255, 255, 25%);
|
background-color: rgba(206, 255, 255, 25%);
|
||||||
filter: saturate(50%) brightness(300%);
|
filter: saturate(50%) brightness(300%);
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
@ -93,7 +93,7 @@ td.trail-animation {
|
|||||||
|
|
||||||
@keyframes cleared-line-animation {
|
@keyframes cleared-line-animation {
|
||||||
from {
|
from {
|
||||||
background-color: rgb(206, 255, 255, 40%);
|
background-color: rgba(206, 255, 255, 40%);
|
||||||
filter: saturate(50%) brightness(300%);
|
filter: saturate(50%) brightness(300%);
|
||||||
box-shadow: -200px 0 5px white, 200px 0 5px white;
|
box-shadow: -200px 0 5px white, 200px 0 5px white;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user