MediaWiki:Common.css: Difference between revisions

From Applied Science
No edit summary
No edit summary
Line 7: Line 7:
#codecomment {
#codecomment {
     color: grey;
     color: grey;
}
#variable {
    font-weight: bold;
}
}

Revision as of 23:22, 15 January 2025

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

#code {
	padding-left:1.5em;
}

#codecomment {
    color: grey;
}

#variable {
    font-weight: bold;
}