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

Aus dieBasis Wiki
Zur Navigation springen Zur Suche springen
(neu)
 
K (...)
Zeile 4: Zeile 4:
a:hover {
a:hover {
   text-decoration: none !important;
   text-decoration: none !important;
   color: white !important;   
   color: #009933 !important;   
}
}
a.vcard-btn {
a.vcard-btn {
Zeile 10: Zeile 10:
}
}
.vcard-btn:hover {
.vcard-btn:hover {
   color: white;   
   color: #009933;   
}
}

Version vom 2. Dezember 2023, 23:15 Uhr

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