chore: organization + loading

This commit is contained in:
Cory Dransfeldt 2023-08-25 09:18:03 -07:00
parent 51f25e786f
commit 8108dfc25f
No known key found for this signature in database
4 changed files with 13 additions and 15 deletions

View file

@ -174,9 +174,8 @@ code[class*=language-], pre[class*=language-] {
color: theme(colors.pink.500)
}
.text--blur {
color: transparent;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
.icon--spin > svg {
@apply animate-spin;
}
@media (prefers-color-scheme: dark) {
@ -214,8 +213,4 @@ code[class*=language-], pre[class*=language-] {
color: theme(colors.gray.900);
background: theme(colors.purple.400);
}
.text--blur {
text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
}