custom.css 237 B

1234567891011
  1. .enigma {
  2. background: linear-gradient(to right, #ec412b, #ec008c);
  3. -webkit-text-fill-color: transparent;
  4. -webkit-background-clip: text;
  5. font-weight: bold;
  6. font-style: italic;
  7. }
  8. .clickable-banner {
  9. color: white !important;
  10. }