MediaWiki:Common.css: Difference between revisions

From Arisepedia
(Blanked the page)
Tag: Blanking
No edit summary
Tag: Reverted
Line 1: Line 1:
/* 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:26, 26 July 2024

/* Common email link style */
.contact-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

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