Difference between revisions of "MediaWiki:Common.css"

From OrbusVR Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: a, a:visited { color: #80A7E8; }")
 
Line 2: Line 2:
  
 
a, a:visited {
 
a, a:visited {
     color: #80A7E8;
+
     color: #608DD6;
 
}
 
}

Revision as of 21:28, 18 April 2017

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

a, a:visited {
    color: #608DD6;
}