MediaWiki:Timeless.css: Skillnad mellan sidversioner

Från Sockipedia
Ingen redigeringssammanfattning
Märke: Återställd
Ingen redigeringssammanfattning
Märke: Återställd
Rad 3: Rad 3:
   text-decoration-line: underline;
   text-decoration-line: underline;
   text-decoration-style: dashed;
   text-decoration-style: dashed;
   text-decoration-thickness: 5px
   text-decoration-thickness: 2px
}
}

Versionen från 17 september 2024 kl. 13.17

/* All CSS här kommer att läsas in för de som använder utseendet Timeless */
a {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px
}