.hljs {
  display: block;
  overflow-x: auto;
  padding: 0;
  background: transparent;
  color: #24292e;
}
.hljs-comment, .hljs-quote { color: #6a737d; font-style: italic; }
.hljs-keyword, .hljs-selector-tag, .hljs-type { color: #d73a49; }
.hljs-string, .hljs-literal, .hljs-doctag { color: #032f62; }
.hljs-number, .hljs-regexp { color: #005cc5; }
.hljs-variable, .hljs-template-variable { color: #e36209; }
.hljs-subst { color: #24292e; }
.hljs-symbol, .hljs-bullet, .hljs-link { color: #005cc5; }
.hljs-title, .hljs-section { color: #6f42c1; }
.hljs-built_in, .hljs-builtin-name { color: #005cc5; }
.hljs-attr { color: #005cc5; }
.hljs-attribute { color: #032f62; }
.hljs-params { color: #24292e; }
.hljs-class .hljs-title { color: #6f42c1; }
.hljs-function .hljs-title { color: #6f42c1; }
.hljs-tag { color: #22863a; }
.hljs-name { color: #22863a; }
.hljs-selector-id, .hljs-selector-class { color: #6f42c1; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: 600; }
