MediaWiki:Common.css: Difference between revisions

From Applied Science
No edit summary
No edit summary
Line 6: Line 6:


#codecomment {
#codecomment {
     color: lightgrey;
     color: grey;
}
}

Revision as of 22:47, 15 January 2025

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

#code {
	margin-left:1.5em;
}

#codecomment {
    color: grey;
}