Difference between revisions of "MediaWiki:Common.css"

From Chilipedia
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: Override stupid syntax highlight colors: .mw-highlight { color:brown !important; }")
 
Line 5: Line 5:
 
/* Override stupid syntax highlight colors */
 
/* Override stupid syntax highlight colors */
  
.mw-highlight { color:brown !important; }
+
.mw-highlight .kt { color:brown !important; }

Revision as of 13:04, 24 June 2016

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



/* Override stupid syntax highlight colors */

.mw-highlight .kt { color:brown !important; }