style: Improved library page loading animations

This commit is contained in:
Aleksi Lassila
2023-08-31 03:26:06 +03:00
parent ca3911e062
commit 8a056a3045
3 changed files with 33 additions and 13 deletions

View File

@@ -14,6 +14,10 @@ a {
@apply bg-zinc-700 bg-opacity-75;
}
.placeholder-text {
@apply bg-zinc-700 bg-opacity-40 animate-pulse text-transparent rounded-lg select-none;
}
.selectable {
@apply focus-visible:outline outline-2 outline-[#f0cd6dc2] outline-offset-2;
}