Work in progress source stats components

This commit is contained in:
Aleksi Lassila
2023-07-06 20:09:46 +03:00
parent c29b3e1610
commit 08ef108100
15 changed files with 202 additions and 99 deletions

View File

@@ -3,5 +3,10 @@
@tailwind utilities;
a {
@apply hover:text-amber-200;
}
@apply hover:text-amber-200;
}
.placeholder {
@apply bg-[#ffffff11];
@apply animate-pulse;
}