make the people with seizure happy

This commit is contained in:
Midou36O 2022-04-22 19:15:41 +00:00
parent d356809d5d
commit 999a455243
Signed by: midou
GPG Key ID: 08063D5407090BC2

View File

@ -40,4 +40,9 @@
-webkit-animation: text-flicker-in-glow 900ms both;
animation: text-flicker-in-glow 900ms both;
}
@media screen and (prefers-reduced-motion: reduce) {
.text-flicker-in-glow {
opacity:1;
}
}
</style>