/* highlight.js theme — refined dark blocks */
.hljs { background: transparent; color: #d4d4d4; }
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in { color: #c4b5fd; }
.hljs-type,
.hljs-class .hljs-title { color: #7dd3fc; }
.hljs-string,
.hljs-attr { color: #86efac; }
.hljs-number,
.hljs-literal { color: #fca5a5; }
.hljs-comment { color: #525252; font-style: italic; }
.hljs-property { color: #fde68a; }
.hljs-function .hljs-title,
.hljs-title.function_ { color: #93c5fd; }
.hljs-variable,
.hljs-template-variable { color: #d4d4d4; }
.hljs-meta { color: #a3a3a3; }
.hljs-punctuation { color: #a3a3a3; }
.hljs-params { color: #d4d4d4; }
.hljs-regexp { color: #fca5a5; }
.hljs-symbol { color: #86efac; }
