Jump to content

MediaWiki:Common.css: Difference between revisions

From Aquinas Archive
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 7: Line 7:


a:visited {
a:visited {
   color: #006ea7;
   color: #0090d9;
}
}


Line 15: Line 15:


a:active {
a:active {
   color: #0090d9;
   color: #006ea7;
}
}

Revision as of 07:27, 23 June 2025

@import url("https://aquinas.mj12.ddns.net/images/assets/profile-image.css");
@import url("https://aquinas.mj12.ddns.net/images/assets/table-display.css");

a:link {
  color: #4bb6ec;
}

a:visited {
  color: #0090d9;
}

a:hover {
  color: #0090d9;
}

a:active {
  color: #006ea7;
}