MediaWiki:Common.css: Difference between revisions

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


#codecomment {
#codecomment {
     color: red;
     color: light-gray;
}
}

Revision as of 22:45, 15 January 2025

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

#code {
	margin-left:1.5em;
}

#codecomment {
    color: light-gray;
}