1,131
edits
No edit summary |
No edit summary |
||
| Line 1,876: | Line 1,876: | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
} | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-field-wrapper label { | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-field-wrapper input { | |||
background: #313e59; | |||
border: 1px solid #596e96; | |||
color: #cbd9f4; | |||
border-radius: 3px; | |||
} | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-field-wrapper select { | |||
background: #313e59; | |||
border: 1px solid #596e96; | |||
color: #cbd9f4; | |||
border-radius: 3px; | |||
} | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonpane { | |||
background-image: none !important; | |||
background-color: #172136 !important; | |||
color: #cbd9f4; | |||
border-color: #596e96 !important; | |||
} | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonset button { | |||
background-color: #313e59 !important; | |||
background-image: none !important; | |||
color: #cbd9f4; | |||
border-color: #596e96 !important; | |||
} | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonset button:hover { | |||
background: #556c9b !important; | |||
color: #e0e8f8; | |||
} | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog #wikieditor-toolbar-link-int-target-status, | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-table-preview-wrapper { | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .wikiEditor-ui-view, | |||
body.wgl-darkmode .wikiEditor-ui .wikiEditor-ui-top { | |||
border-color: #172136; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar { | |||
background-color: #313e59; | |||
background-image: none; | |||
color: #cbd9f4; | |||
border-color: #172136; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-iconElement-icon.oo-ui-image-progressive { | |||
filter: brightness(1.5); | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-popupToolGroup-handle:hover, | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { | |||
background-color: #556c9b; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable { | |||
border-color: #172136; | |||
background-color: #313e59; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeVisual { | |||
background-color: #313e59; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeVisual:hover { | |||
background-color: #556c9b; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeSource { | |||
background-color: #556c9b; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeSource .oo-ui-tool-title { | |||
color: #e0e8f8; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs a, | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs .tabs > .tab > a { | |||
color: #8cabe6; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a.current, | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a:before { | |||
filter: invert(1); | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .group { | |||
border-color: #172136; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select { | |||
background-color: #313e59; | |||
border-color: #172136; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .label:after { | |||
filter: invert(1); | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .options { | |||
border-color: #172136; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .options .option:hover { | |||
background-color: #556c9b; | |||
color: #e0e8f8; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .option { | |||
background-color: #313e59; | |||
color: #8cabe6; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .group-search { | |||
border-left-color: #172136; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-table td { | |||
border-color: #172136; | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-table th { | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .section { | |||
border-color: #172136; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar .group > .label { | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar a { | |||
color: #8cabe6; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar .tool > .label { | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .booklet .index > .current { | |||
background-color: #556c9b; | |||
color: #e0e8f8; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .booklet > .index > :hover { | |||
background-color: #4c608a; | |||
color: #e0e8f8; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-characters div span { | |||
background-color: #313e59; | |||
border-color: #26375a; | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-characters div span:hover { | |||
color: #e0e8f8; | |||
border-color: #1f2c48; | |||
} | |||
body.wgl-darkmode .mw-content-ltr.mw-highlight-lines pre, | |||
body.wgl-darkmode .mw-content-ltr.content .mw-highlight-lines pre { | |||
box-shadow: inset 2.75em 0 0 #313e59; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_gutter, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter { | |||
background: #313e59; | |||
color: #cbd9f4; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_print-margin, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_print-margin { | |||
width: 1px; | |||
background: #555651; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm { | |||
background-color: #222e45; | |||
color: #F8F8F2; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_cursor, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_cursor { | |||
color: #F8F8F0; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_selection, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selection { | |||
background: #334567; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm.ace_multiselect .ace_selection.ace_start, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm.ace_multiselect .ace_selection.ace_start { | |||
box-shadow: 0 0 3px 0px #334567; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_step, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_step { | |||
background: #665200; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_bracket, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_bracket { | |||
margin: -1px 0 0 -1px; | |||
border: 1px solid #49483E; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_active-line, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_active-line { | |||
background: #2a3956; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_gutter-active-line, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter-active-line { | |||
background-color: #43557a; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_selected-word, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selected-word { | |||
border: 1px solid #49483E; | |||
background: #49483E; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invisible, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invisible { | |||
color: #52524d; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_name.ace_tag, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_tag, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_keyword, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_meta.ace_tag, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_meta.ace_tag, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_storage, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_storage { | |||
color: #F92672; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_punctuation, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_punctuation.ace_tag, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation.ace_tag { | |||
color: #fff; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_character, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_character, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_language, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_language, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_numeric, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_numeric, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_other, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_other { | |||
color: #AE81FF; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invalid, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid { | |||
color: #F8F8F0; | |||
background-color: #F92672; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invalid.ace_deprecated, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid.ace_deprecated { | |||
color: #F8F8F0; | |||
background-color: #AE81FF; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_constant, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_constant, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_function, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_function { | |||
color: #66D9EF; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_fold, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_fold { | |||
background-color: #A6E22E; | |||
border-color: #F8F8F2; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_storage.ace_type, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_storage.ace_type, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_class, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_class, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_type, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_type { | |||
color: #66D9EF; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_name.ace_function, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_function, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_other, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_other.ace_attribute-name, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other.ace_attribute-name, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_variable, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_variable { | |||
color: #A6E22E; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_variable.ace_parameter, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_variable.ace_parameter { | |||
color: #FD971F; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_string, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_string { | |||
color: #E6DB74; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_keyword.ace_operator, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword.ace_operator { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_comment, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_comment { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_indent-guide, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_indent-guide { | |||
background: none; | |||
border-right: solid 1px #334567; | |||
margin-left: -1px; | |||
} | |||
body.wgl-darkmode .mw-highlight pre { | |||
background-color: #222e45; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .hll { | |||
background-color: #49483e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .c { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .err { | |||
color: #960050; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .k { | |||
color: #66d9ef; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .l { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .n { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .o { | |||
color: #f92672; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .p { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .ch { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .cm { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .cp { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .cpf { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .c1 { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .cs { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .gd { | |||
color: #f92672; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .ge { | |||
font-style: italic; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .gi { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .gs { | |||
font-weight: bold; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .gu { | |||
color: #949eaa; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .kc { | |||
color: #66d9ef; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .kd { | |||
color: #66d9ef; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .kn { | |||
color: #f92672; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .kp { | |||
color: #66d9ef; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .kr { | |||
color: #66d9ef; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .kt { | |||
color: #66d9ef; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .ld { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .m { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .s { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .na { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nb { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nc { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .no { | |||
color: #66d9ef; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nd { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .ni { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .ne { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nf { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nl { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nn { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nx { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .py { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nt { | |||
color: #f92672; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .nv { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .ow { | |||
color: #f92672; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .w { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .mb { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .mf { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .mh { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .mi { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .mo { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .sa { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .sb { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .sc { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .dl { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .sd { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .s2 { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .se { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .sh { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .si { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .sx { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .sr { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .s1 { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .ss { | |||
color: #e6db74; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .bp { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .fm { | |||
color: #a6e22e; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .vc { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .vg { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .vi { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .vm { | |||
color: #f8f8f2; | |||
} | |||
body.wgl-darkmode .mw-highlight pre .il { | |||
color: #ae81ff; | |||
} | |||
body.wgl-darkmode .mw-highlight .linenos { | |||
background-color: #313e59; | |||
color: #cbd9f4; | |||
} | } | ||