MediaWiki:Common.css: Difference between revisions

From HuNu Wiki
Jump to navigation Jump to search
(Added Visited Link Colour Change)
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* unvisited link */
a:link {
  color: blue;
}


/* visited link */
/* visited link */
a:visited {
a:visited {
   color: green;
   color: blue;
}
}

Revision as of 10:35, 17 January 2024

/* CSS placed here will be applied to all skins */

/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: blue;
}