No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-highlight > pre .hll { background-color: #000000 }
.mw-highlight pre {
.mw-highlight > pre .k { color: #31dd7c; font-weight: bold } /* Keyword */
    background-color: black !important;
.mw-highlight > pre .kr { color: #31dd7c; font-weight: bold } /* Keyword.Reserved */
    color: lime !important;
.mw-highlight > pre .l { color: #31dd7c } /* Literal */
}
.mw-highlight > pre .n { color: #31dd7c } /* Name */
/*.mw-highlight > pre .hll { background-color: #000000 }*/
.mw-highlight > pre .o { color: #31dd7c } /* Operator */
/*.mw-highlight > pre .k { color: #31dd7c; font-weight: bold }*/ /* Keyword */
.mw-highlight > pre .x { color: #31dd7c } /* Other */
/*.mw-highlight > pre .kr { color: #31dd7c; font-weight: bold }*/ /* Keyword.Reserved */
.mw-highlight > pre .c { color: #999999; font-style: italic } /* Comment */
/*.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:44, 2 March 2025

/* CSS placed here will be applied to all skins */
.mw-highlight pre {
    background-color: black !important;
    color: lime !important;
}
/*.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 */