No edit summary
No edit summary
Line 5: Line 5:
     tab-size:10;
     tab-size:10;
     font-family:'Nimbus Mono L';
     font-family:'Nimbus Mono L';
     font-size:'Nimbus Mono L';
     font-size:9px;
     line-height: 1.2
     line-height: 1.2
}
}

Revision as of 17:13, 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';
    font-size:9px;
    line-height: 1.2
}
.mw-highlight .kwd {
    font-weight: bold;
}