fix
parent
6f65562a16
commit
f58c67ebe4
|
@ -15,13 +15,13 @@
|
|||
|
||||
@keyframes blink {
|
||||
0% {
|
||||
background-color: rgba(255,255,255,0.1)
|
||||
background-color: rgba(0,0,0,0.1)
|
||||
}
|
||||
50% {
|
||||
background-color: rgba(255,255,255,0.2)
|
||||
background-color: rgba(0,0,0,0.2)
|
||||
}
|
||||
100% {
|
||||
background-color: rgba(255,255,255,0.1)
|
||||
background-color: rgba(0,0,0,0.1)
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue