MediaWiki:Common.css: Difference between revisions

From Arisepedia
(Created page with "→‎CSS placed here will be applied to all skins: →‎Common email link style: .contact-link { color: #ffffff; font-weight: 600; text-decoration: underline; transition: color 0.3s; } .contact-link:hover { color: #fc5351; }")
 
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Common email link style */
.contact-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}


.contact-link:hover {
  color: #fc5351;
}

Revision as of 18:25, 26 July 2024