mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-06-03 01:15:02 +00:00
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:
parent
4d3d15cb5d
commit
2118db4db4
@ -97,6 +97,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (prefers-reduced-motion: reduce) {
|
||||
.neon,
|
||||
.scanlines {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
.app-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user