MediaWiki:Common.css: Difference between revisions
From Applied Science
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
#variable { | #variable { | ||
font-weight: bold; | font-weight: bold; | ||
color: darkred; | |||
} | } | ||
Revision as of 23:23, 15 January 2025
/* CSS placed here will be applied to all skins */
#code {
padding-left:1.5em;
}
#codecomment {
color: grey;
}
#variable {
font-weight: bold;
color: darkred;
}