chore: organization + loading
This commit is contained in:
parent
51f25e786f
commit
8108dfc25f
4 changed files with 13 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Reference in a new issue