fix(a11y): fix an accessibility bug

Having a constant flashing light can make some people feel sick, or
angry, or confused, which is is why we have .
This commit is contained in:
Phil Sherry 2024-12-03 11:08:01 +00:00
parent 4d3d15cb5d
commit 2118db4db4
No known key found for this signature in database

View File

@ -97,6 +97,13 @@
}
}
@media screen and (prefers-reduced-motion: reduce) {
.neon,
.scanlines {
animation: none;
}
}
.app-icon {
width: 16px;
height: 16px;