Vorlage:Vcard/style.css: Unterschied zwischen den Versionen

Aus dieBasis Wiki
Zur Navigation springen Zur Suche springen
K
K
Zeile 4: Zeile 4:
a:hover {
a:hover {
   text-decoration: none !important;
   text-decoration: none !important;
   color: #99cc66 !important;   
   color: #99cc33 !important;   
}
}
a.vcard-btn {
a.vcard-btn {
Zeile 10: Zeile 10:
}
}
.vcard-btn:hover {
.vcard-btn:hover {
   color: #99cc66;   
   color: #99cc33;   
}
}

Version vom 3. Dezember 2023, 06:29 Uhr

a:link {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  color: #99cc33 !important;  
}
a.vcard-btn {
  text-decoration:none;  
}
.vcard-btn:hover {
  color: #99cc33;  
}