Difference between revisions of "MediaWiki:Common.css"

From Security Vision
Jump to: navigation, search
Line 5: Line 5:
 
/* unvisited link */
 
/* unvisited link */
 
a:link {
 
a:link {
   color: grey;
+
   color: dimgrey;
 
}
 
}
  
 
/* visited link */
 
/* visited link */
 
a:visited {
 
a:visited {
   color: grey;
+
   color: dimgrey;
 
}
 
}

Revision as of 14:17, 25 February 2020

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

* {font-family: Helvetica}

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

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