/*

Pojoaque Style by Jason Tate
https://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
Based on Solarized Style from https://ethanschoonover.com/solarized

*/

.cnblogs-markdown .hljs {
  display: block !important;
  overflow-x: auto !important;
  padding: 0.5em !important;
  color: #dccf8f !important;
  background: url(https://images.cnblogs.com/cnblogs_com/fantapi/1539815/o_pojoaque.jpg) repeat scroll left top #181914 !important;
}

.hljs-comment,
.hljs-quote {
  color: #586e75 !important;
  font-style: italic !important;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-addition {
  color: #b64926 !important;
}

.hljs-number,
.hljs-string,
.hljs-doctag,
.hljs-regexp {
  color: #468966 !important;
}

.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-name {
  color: #ffb03b !important;
}

.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type,
.hljs-tag {
  color: #b58900 !important;
}

.hljs-attribute {
  color: #b89859 !important;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-subst,
.hljs-meta {
  color: #cb4b16 !important;
}

.hljs-deletion {
  color: #dc322f !important;
}

.hljs-selector-id,
.hljs-selector-class {
  color: #d3a60c !important;
}

.hljs-formula {
  background: #073642 !important;
}

.hljs-emphasis {
  font-style: italic !important;
}

.hljs-strong {
  font-weight: bold !important;
}




#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb { display:none !important; }