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.
/**
* github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
.hljs {
display: block !important;
overflow-x: auto !important;
padding: 0.5em !important;
color: #333 !important;
background: #f8f8f8 !important;
}
.hljs-comment,
.hljs-quote {
color: #998 !important;
font-style: italic !important;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #333 !important;
font-weight: bold !important;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .mediawiki #mw-content-text .hljs-attr {
color: #008080 !important;
}
.hljs-string,
.hljs-doctag {
color: #d14 !important;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
color: #900 !important;
font-weight: bold !important;
}
.hljs-subst {
font-weight: normal !important;
}
.hljs-type,
.hljs-class .mediawiki #mw-content-text .hljs-title {
color: #458 !important;
font-weight: bold !important;
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
color: #000080 !important;
font-weight: normal !important;
}
.hljs-regexp,
.hljs-link {
color: #009926 !important;
}
.hljs-symbol,
.hljs-bullet {
color: #990073 !important;
}
.hljs-built_in,
.hljs-builtin-name {
color: #0086b3 !important;
}
.hljs-meta {
color: #999 !important;
font-weight: bold !important;
}
.hljs-deletion {
background: #fdd !important;
}
.hljs-addition {
background: #dfd !important;
}
.hljs-emphasis {
font-style: italic !important;
}
.hljs-strong {
font-weight: bold !important;
}