/* highlight.js github-light(内联版,避免外链) */
.hljs { color: #26332c; background: transparent; }
.hljs-comment, .hljs-quote { color: #718178; font-style: italic; }
.hljs-keyword, .hljs-selector-tag, .hljs-subst { color: #a23d29; font-weight: 600; }
.hljs-literal, .hljs-number, .hljs-symbol { color: #916018; }
.hljs-string, .hljs-doctag, .hljs-addition, .hljs-regexp { color: #1f6b4f; }
.hljs-title, .hljs-section, .hljs-name, .hljs-selector-id, .hljs-selector-class { color: #5b4380; }
.hljs-attribute, .hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type { color: #9b5722; }
.hljs-built_in, .hljs-builtin-name { color: #1d5f78; }
.hljs-meta { color: #8a4f39; }
.hljs-deletion { color: #963a2d; background: #f8e9e3; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: 700; }
