.cnblogs_code pre {
  font-family: Courier New!important;
  font-size: 16px!important;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.cnblogs_code span {
  font-family: Courier New!important;
  font-size: 16px!important;
  line-height: 1.5!important;
}
.postBody { 
   font-size: 14px!important;
  line-height: 1.5!important;
}
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.hljs, .cnblogs-markdown code {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #002b36!important;
  color: #268bd2!important;
}

.hljs-comment,
.hljs-quote {
  color: #586e75!important;
}

/* Solarized Green */
.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
  color: #859900!important;
}

/* Solarized Cyan */
.hljs-number,
.hljs-string,
.hljs-meta .hljs-meta-string,
.hljs-literal,
.hljs-doctag,
.hljs-regexp {
  color: #2aa198!important;
}

/* Solarized Blue */
.hljs-title,
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #268bd2!important;
}

/* Solarized Yellow */
.hljs-attribute,
.hljs-attr,
.hljs-keyword,
.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type {
  color: #b58900!important;
}

/* Solarized Orange */
.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link {
  color: #cb4b16!important;
}

/* Solarized Red */
.hljs-built_in,
.hljs-deletion {
  color: #dc322f!important;
}

.hljs-formula {
  background: #073642!important;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
/* 设置代码字体 */
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
  font-size: 16px!important;
}

/* 设置行号 */
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 5px;

    /* your custom style here */
}

/* for block of code */
.hljs-ln-code {
    padding-left: 10px;
}

/* 去除添加行号引入的边框 */
.hljs-ln-numbers, .hljs-ln-code, .hljs-ln {
  border: none!important;
}
.hljs-ln-code {
  padding: 0 10px!important;
}
.hljs-ln-numbers {
 padding: 0 10px 0 0!important;
}
a {
 color: blue!important;
}
#navList a {
 font-size: 16px;
 color: #fcfcfc!important;
}
#blogTitle h1 a {
 color: #fcfcfc!important;
}