MediaWiki:Timeless.css: Skillnad mellan sidversioner

Från Sockipedia
Ingen redigeringssammanfattning
Märke: Återställd
Ingen redigeringssammanfattning
Märke: Manuell återställning
Rad 2: Rad 2:
a {
a {
   text-decoration-line: underline;
   text-decoration-line: underline;
   text-decoration-style: wavy;
   text-decoration-style: dashed;
  text-decoration-color: DodgerBlue;
}
}

Versionen från 17 september 2024 kl. 13.20

/* 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;
}