chore: simplify loading api-text

This commit is contained in:
Cory Dransfeldt 2024-02-29 19:15:27 -08:00
parent 975b22b252
commit 93f3506f83
No known key found for this signature in database
4 changed files with 9 additions and 14 deletions

View file

@ -395,11 +395,6 @@ li {
text-align: center !important;
}
.text--blurred {
color: transparent;
text-shadow: 0 0 6px var(--text-color);
}
.fade {
transition-property: opacity;
transition-timing-function: var(--transition-ease-in-out);