forked from ProjectSegfault/website
Remove animation if you prefer reduced motion
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
parent
ef458e1ca2
commit
fbe51e7e46
@ -62,7 +62,7 @@
|
|||||||
@media screen and (prefers-reduced-motion) {
|
@media screen and (prefers-reduced-motion) {
|
||||||
.text-flicker-in-glow {
|
.text-flicker-in-glow {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
-webkit-animation: text-flicker-in-glow 1000ms both;
|
animation: none;
|
||||||
animation: text-flicker-in-glow 1000ms both; }
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user