body {
  color: #314659 !important;
  font-family: Lato,"PingFang SC","Microsoft YaHei",sans-serif !important;
}
div#blogTitle{
  background: #304269 linear-gradient(-90deg,#23304d 0,#304269 100%)
}
div#blogTitle .title {
  padding-top: 10px;
}
div#blogTitle .subtitle{
  color: #fff;
  font-size: 10pt;
  margin-top: 10px;
  text-indent: 30px;
}
div#navigator ul#navList li a, div#navigator ul#navList li a:hover{
  background: none;
}
div#navigator ul#navList li a{
  font-size: 12pt;
}

.postTitle {
  font-size: 20px;
  padding-bottom: 15px;
}

#cnblogs_post_body h2{
  margin-top: 30px !important;
}
#cnblogs_post_body h3{
  margin-top: 20px !important;
}
#cnblogs_post_body h4{
  margin-top: 10px !important;
}

/** 推荐 */
#div_digg {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
/** code样式 */
.cnblogs-markdown code:not(.hljs), .cnblogs-post-body code:not(.hljs) {
  margin: 0 2px !important;
  padding: 2px 4px !important;
  border-radius: 2px !important;
  border: none !important;
  font-family: Roboto Mono, Source Sans Pro, Monaco, courier, monospace !important;
  font-size: 0.9em !important;
  color: #e96900 !important;
  background-color: #f8f8f8 !important;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
  border: 1px solid #ccc !important;
  padding: 15px 5px !important;
  border-radius: 0 !important;
  text-align: left;
  vertical-align: initial;
}
.postCon a, .postBody a, .feedbackCon a {
  border-bottom: none;
  color: #399ab2 !important;
}
a:hover {
  border-bottom: 1px solid #666;
  color: #399ab2 !important;
}
blockquote {
  background: #efefef !important;
  border-left: 5px solid #399ab2  !important;
  padding: 1px 10px !important;
  font-size: 0.8em !important;
}

/* 评论框 */
div.commentform textarea {
  height: 100px;
}