Merge pull request #122 from philsherry/issue-109-title-bar-does-not-respect-prefers-reduced-motion

fix(a11y): fix an accessibility bug
This commit is contained in:
Abdenasser Elidrissi 2024-12-03 13:02:44 +01:00 committed by GitHub
commit dbc28d731f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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