pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: helvetica  !important;
    font-size: 13px !important;
    background-color: #ededed !important;
    border: 0.8px solid #000 !important;
    border-radius: 6px !important;
}

.cnblogs-markdown .hljs{
  display: block;
  overflow-x: auto;
  padding: 15px !important;
  background: #333 !important;
  color: white;
  font-family: Consolas, Monaco, monospace !important;
  font-size: 13px !important;
  border:0 !important;
}

.hljs-name,
.hljs-strong {
  font-weight: bold !important;
}

.hljs-code,
.hljs-emphasis {
  font-style: italic !important;
}

.hljs-tag {
  color: #62c8f3 !important;
}

.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-selector-class {
  color: #ade5fc !important;
}

.hljs-string,
.hljs-bullet {
  color: #a2fca2 !important;
}

.hljs-type,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-quote,
.hljs-built_in,
.hljs-builtin-name {
  color: #ffa !important;
}

.hljs-number,
.hljs-symbol,
.hljs-bullet {
  color: #d36363 !important;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
  color: #fcc28c !important;
}

.hljs-comment,
.hljs-deletion,
.hljs-code {
  color: #888 !important;
}

.hljs-regexp,
.hljs-link {
  color: #c6b4f0 !important;
}

.hljs-meta {
  color: #fc9b9b;
}

.hljs-deletion {
  background-color: #fc9b9b;
  color: #333 !important;
}

.hljs-addition {
  background-color: #a2fca2;
  color: #333 !important;
}

.hljs a {
  color: inherit;
}

.hljs a:focus,
.hljs a:hover {
  color: inherit;
  text-decoration: underline !important;
}