.code_snippet_holder {
  background-color: #131032;
  margin: 20px 0;
  padding: 24px;
  border-radius: 12px;
}
.code_snippet_parent .code_snippet_holder code {
  background-color: transparent !important;
}

#single_page .single_post_content .code_snippet_holder pre {
  margin: 0;
  font-family: 'Menlo', 'Monaco', 'Courier New', Courier, monospace !important;
}

#single_page .single_post_content .code_snippet_holder code {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Menlo', 'Monaco', 'Courier New', Courier, monospace !important;
}
