Jump to content

MediaWiki:Common.css: Difference between revisions

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


a:link {
a:link {
   color: #006ea7;
   color: #4bb6ec;
}
}


a:visited {
a:visited {
   color: #8200a7;
   color: #006ea7;
}
}


a:hover {
a:hover {
   color: #4bb6ec;
   color: #0090d9;
}
}



Revision as of 07:24, 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: #006ea7;
}

a:hover {
  color: #0090d9;
}

a:active {
  color: #0090d9;
}