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.
/**
* Google Code style (c)
* @author Aahan Krish <geekpanth3r@gmail.com>
*/
.hljs {
display: block !important;
overflow-x: auto !important;
padding: 0.5em !important;
background: white !important;
color: black !important;
}
.hljs-comment,
.hljs-quote {
color: #800 !important;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-title,
.hljs-name {
color: #008 !important;
}
.hljs-variable,
.hljs-template-variable {
color: #660 !important;
}
.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-regexp {
color: #080 !important;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-meta,
.hljs-number,
.hljs-link {
color: #066 !important;
}
.hljs-title,
.hljs-doctag,
.hljs-type,
.hljs-attr,
.hljs-built_in,
.hljs-builtin-name,
.hljs-params {
color: #606 !important;
}
.hljs-attribute,
.hljs-subst {
color: #000 !important;
}
.hljs-formula {
background-color: #eee !important;
font-style: italic !important;
}
.hljs-selector-id,
.hljs-selector-class {
color: #9B703F
}
.hljs-addition {
background-color: #baeeba !important;
}
.hljs-deletion {
background-color: #ffc8bd !important;
}
.hljs-doctag,
.hljs-strong {
font-weight: bold !important;
}
.hljs-emphasis {
font-style: italic !important;
}