Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J 2022-04-22 21:08:40 +02:00
parent 9989559a0c
commit 667b80f6a5

View File

@ -35,10 +35,8 @@
text-align: center;
}
.text-flicker-in-glow {
opacity:0;
}
.text-flicker-in-glow:hover {
-webkit-animation: text-flicker-in-glow 900ms both;
opacity:1;
-webkit-animation: text-flicker-in-glow 900ms both;
animation: text-flicker-in-glow 900ms both;
}
</style>