:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #212741 !important;
}

div.code-toolbar > .toolbar {
  opacity: 1 !important;
}

div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #fff;
  padding: 0.3em 0.8em;
  background: #f5f2f0;
  background: rgba(241, 137, 92, 0.58);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

#live_result_box .toolbar {
  display: none !important;
}

pre {
  color: #151c29;
  font-size: 100%;
  background-color: #f4f6fd;
  text-shadow: unset !important;
}
pre code {
  font-weight: 700;
}
