No edit summary
No edit summary
Line 3: Line 3:
     background-color: black !important;
     background-color: black !important;
     color: lime !important;
     color: lime !important;
    tab-size:10
}
.mw-highlight .kw {
    font-weight: bold;
}
}
/*.mw-highlight > pre .hll { background-color: #000000 }*/
/*.mw-highlight > pre .k { color: #31dd7c; font-weight: bold }*/ /* Keyword */
/*.mw-highlight > pre .kr { color: #31dd7c; font-weight: bold }*/ /* Keyword.Reserved */
/*.mw-highlight > pre .l { color: #31dd7c }*/ /* Literal */
/*.mw-highlight > pre .n { color: #31dd7c }*/ /* Name */
/*.mw-highlight > pre .o { color: #31dd7c }*/ /* Operator */
/*.mw-highlight > pre .x { color: #31dd7c }*/ /* Other */
/*.mw-highlight > pre .c { color: #999999; font-style: italic }*/ /* Comment */

Revision as of 14:50, 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
}
.mw-highlight .kw {
    font-weight: bold;
}