Difference between revisions of "MediaWiki:Geshi.css"

From KOP KB
Jump to: navigation, search
(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: .co1{ color: #26EF23 !important; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
.co1{
 
.co1{
color: #26EF23 !important;
+
color: #111 !important;
 
}
 
}

Revision as of 19:15, 23 September 2014

/* CSS placed here will be applied to GeSHi syntax highlighting */
.co1{
color: #111 !important;
}