Jump to content

MediaWiki:Common.css: Difference between revisions

From GaplaWiki
Created page with "a:visited { color: #0000EE; }"
 
No edit summary
Line 1: Line 1:
a:visited {
a:visited {
  color: #0000EE;
  color: revert;
}
}

Revision as of 17:20, 19 February 2025

a:visited {
 color: revert;
}