mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-22 17:13:09 +02:00
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/478 Closes #472
This commit is contained in:
commit
e3609c61ae
1 changed files with 1 additions and 1 deletions
|
@ -235,6 +235,6 @@ onMounted(init);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
z-index: 2147483647;
|
z-index: 2147483647;
|
||||||
background-image: url(/client-assets/oneko.gif);
|
background-image: var(--oneko-image, url(/client-assets/oneko.gif));
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue