Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.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 */