.cnblogs-markdown .hljs {
  border: none !important;
  background-color: #F8F8F8 !important;
}

.hljs-keyword {
  color: #8959A8  !important;
}

.hljs-meta {
  color: #8959A8  !important;
}

.hljs-meta-string {
  color: #4D4D4C !important;
}

.hljs-built_in {
  color: #4D4D4C  !important;
}

.hljs-number {
  color: #F5871F  !important;
}

.hljs-comment {
  color: #8E908C  !important;
}

.hljs-string {
  color: #718C00  !important;
}

.hljs-title {
  color: #4D4D4C  !important;
}

.hljs-attribute {
  color: #4D4D4C  !important;
}

code {
  color: #4D4D4C  !important;
}

div[id^="ad_"] {
    display: none;
}