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: #6699ff !important;   
   color: #99cc66 !important;   
}
}
a.vcard-btn {
a.vcard-btn {
Zeile 10: Zeile 10:
}
}
.vcard-btn:hover {
.vcard-btn:hover {
   color: #6699ff;   
   color: #99cc66;   
}
}

Version vom 3. Dezember 2023, 06:28 Uhr

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