MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
line-height: 1.2 | line-height: 1.2 | ||
} | } | ||
.mw-highlight . | .mw-highlight .keyword { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Revision as of 15:00, 2 March 2025
/* CSS placed here will be applied to all skins */
.mw-highlight pre {
background-color: black !important;
color: lime !important;
tab-size:10;
font-family:'Nimbus Mono L';
line-height: 1.2
}
.mw-highlight .keyword {
font-weight: bold;
}