mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07: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",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.18-rc.2",
|
"version": "12.119.0-calc.18-rc.3",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -158,8 +158,8 @@ const props = withDefaults(defineProps<{
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(prefers-reduced-motion) {
|
@media(prefers-reduced-motion) {
|
||||||
span[class^='mfm'], div[class*=' mfm'] {
|
span[class^='mfm'], span[class*=' mfm'] {
|
||||||
animation: none;
|
animation: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue