/* highlight.js github-light 主题（精简） */
.hljs { color: #24292e; background: transparent; }
.hljs-comment, .hljs-quote { color: #6a737d; font-style: italic; }
.hljs-keyword, .hljs-selector-tag { color: #d73a49; }
.hljs-string, .hljs-doctag, .hljs-attribute { color: #032f62; }
.hljs-number, .hljs-literal { color: #005cc5; }
.hljs-title, .hljs-section, .hljs-name, .hljs-selector-class, .hljs-selector-id { color: #6f42c1; }
.hljs-variable, .hljs-template-variable, .hljs-attr { color: #e36209; }
.hljs-built_in, .hljs-builtin-name, .hljs-symbol, .hljs-link { color: #005cc5; }
.hljs-meta { color: #6a737d; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: bold; }
.hljs-addition { color: #22863a; background: #f0fff4; }
.hljs-deletion { color: #b31d28; background: #ffeef0; }
