/* Five-color theme from a single blue hue. */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #eaeef3; -webkit-text-size-adjust: none; } .hljs, .hljs-list .hljs-built_in { color: #00193a; } .hljs-keyword, .hljs-title, .hljs-important, .hljs-request, .hljs-header, .hljs-doctag { font-weight: bold; } .hljs-comment, .hljs-chunk { color: #738191; } .hljs-string, .hljs-title, .hljs-parent, .hljs-built_in, .hljs-literal, .hljs-filename, .hljs-value, .hljs-addition, .hljs-tag, .hljs-argument, .hljs-link_label, .hljs-blockquote, .hljs-header, .hljs-name { color: #0048ab; } .hljs-decorator, .hljs-prompt, .hljs-subst, .hljs-symbol, .hljs-doctype, .hljs-regexp, .hljs-preprocessor, .hljs-pragma, .hljs-pi, .hljs-attribute, .hljs-attr_selector, .hljs-xmlDocTag, .hljs-deletion, .hljs-shebang, .hljs-string .hljs-variable, .hljs-link_url, .hljs-bullet, .hljs-sqbracket, .hljs-phony { color: #4c81c9; }