body {
    background: #fff;
}
#header {
    background: none;
}
#blogTitle {
    background: none;
    height: 100px;
}
#blogTitle h1 {
    top: 0;
    height: 0;
}
#blogTitle h1 a {
    top: 20px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-weight: bold;
    color: #000;
}
#navigator {
    background-color: #343a40;
    margin: 10px auto 10px auto;
    border: 1px solid #343a40;
    width: 1140px;
    border-radius: 5px;
}
#navList{
    display: flex;
    justify-content: space-evenly;
    width: 1140px;
}
#navList a:hover {
    text-decoration: none;
    background-color: #525b65;
    color: #fff;
}
#main {
    box-sizing: border-box;
    padding: 20px;
    width: 1140px;
}
#mainContent {
    width: 70%
}
#sideBar {
    width: 25%;
}
.input_my_zzk {
    width: 140px;
}
input.btn_my_zzk {
    border: 1px solid #fff;
    border-radius: 5px;
    background: #807d7d;
}
.catListTitle {
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid #343a40!important;
    border-radius: 5px!important;
}
#profile_block {
    border-radius: 0 0 5px 5px;
}
#sidebar_categories {
    display: none;
}
.sidebar-block ul li a {
    color: blue;
}
.dayTitle {
    background-color: #31627b;
    border-radius: 5px;
}
/*
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
.cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f !important;
  color:white;
  font-size:14px !important;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}
.hljs-keyword,.hljs-built_in{
  color:#66d9ef;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion{
  color: #75715e;
}

.hljs-meta{
  color: #f92672;
}