master
kek7198 2021-12-03 11:09:57 -06:00
parent 6f65562a16
commit f58c67ebe4
1 changed files with 3 additions and 3 deletions

View File

@ -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>