mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 13:39:06 +01:00
.3
This commit is contained in:
parent
687ae2c74b
commit
009fb9eb0f
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.18-rc.2",
|
||||
"version": "12.119.0-calc.18-rc.3",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -158,8 +158,8 @@ const props = withDefaults(defineProps<{
|
|||
}
|
||||
|
||||
@media(prefers-reduced-motion) {
|
||||
span[class^='mfm'], div[class*=' mfm'] {
|
||||
animation: none;
|
||||
span[class^='mfm'], span[class*=' mfm'] {
|
||||
animation: none !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue