Jump to content

MediaWiki:Vector.css: Difference between revisions

From Aquinas Archive
Created page with "body a:link { color: #4bb6ec; } body a:visited { color: #0090d9; } body a:hover { color: #0090d9; } body a:active { color: #006ea7; }"
(No difference)

Revision as of 07:41, 23 June 2025

body a:link {
  color: #4bb6ec;
}

body a:visited {
  color: #0090d9;
}

body a:hover {
  color: #0090d9;
}

body a:active {
  color: #006ea7;
}