NEW T&H LABELS SUCK

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
1636580967496.jpeg
 
also the staff labels are worse, I could take the light green or leave it, but the blue and white really clashes unless you're using light theme
 
i demand it be neon green and flashing at like 40 Hz for optimum annoyance
Código:
..userBanner.userBanner--green {
    animation:blinkingText 0.025s infinite;
}
@keyframes blinkingText{
    0%{        color: #000;    }
    49%{    color: transparent;    }
    50%{    color: transparent;    }
    99%{    color:transparent;    }
    100%{    color: #000;    }
}
 
Atrás
Top Abajo