Difference between revisions of "MediaWiki:Common.css"

(Created page with "→‎CSS placed here will be applied to all skins: a { color: hotpink; }")
 
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
a {
 
a {
   color: hotpink;
+
   color: green;
 
}
 
}

Latest revision as of 16:41, 25 September 2019

/* CSS placed here will be applied to all skins */
a {
  color: green;
}