edit: reduced motion mode

This commit is contained in:
2026-08-04 23:05:28 +02:00
parent db59f2ae48
commit c223ab281c
6 changed files with 55 additions and 48 deletions
+12
View File
@@ -0,0 +1,12 @@
@media (prefers-reduced-motion: reduce){
noscript > video,
.cute-texture,
.cute-texture-video{
visibility: collapse !important;
display: none !important;
}
main aside #openMsg{
animation: none !important;
}
}