Difference between revisions of "MediaWiki:Geshi.css"

From KOP KB
Jump to: navigation, search
Line 2: Line 2:
 
.co1, .sc-1{
 
.co1, .sc-1{
 
color: #111 !important;
 
color: #111 !important;
 +
}
 +
.kw1{
 +
color: #6D6D04 !important;
 
}
 
}

Revision as of 19:47, 23 September 2014

/* CSS placed here will be applied to GeSHi syntax highlighting */
.co1, .sc-1{
color: #111 !important;
}
.kw1{
color: #6D6D04 !important;
}