MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
.mw-highlight-lang-ada .k { | .mw-highlight-lang-ada pre .k { | ||
color: blue;font-weight: bold; | color: blue;font-weight: bold; | ||
} | } | ||
Revision as of 10:12, 3 March 2025
/* CSS placed here will be applied to all skins */
.mw-highlight-lang-ada pre {
background-color: black !important;
color: lime !important;
tab-size:10;
font-family:'Noto Mono';
font-size:13px;
line-height: 1.2
}
.mw-highlight-lang-ada pre .k {
color: blue;font-weight: bold;
}