blockquote  {
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: grey;
    font-family: "楷体";
}

.westernday {
    font-family: "Comic Sans MS";
}

.weekday {
    font-family: "楷体";
}

/* .lunarday {
    font-family: "宋体";
} */

.week {
    font-family: "仿宋";
    font-size: 1em;
    font-style: normal;
}

.monday {
    color: grey;
}

.wednesday {
    color: blue;
}

.friday {
    color: orange;
}

.sunday {
    color: orangered;
}

.tuesday {
    color: red;
}

.thursday {
    color: green;
}

#topics {
    width: 88%;
}

#sideBar {
    display: none;
}

.post .postBody {
    width: 100%
}

code {
    font-size: 0.95em !important;
    line-height: 1.5 !important;
    /* font-weight: 600; */
    /* color: darkblue !important; */
    background: ghostwhite !important;
}

.post .postBody {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
}

.post .postBody a {
    font-weight: 350;
    font-size: 16px;
    line-height: 1.7;
}

#mainContent {
    width: 100%;
}

.hljs {
    font-size: 14px !important
}

.cnblogs-markdown h2 {
    font-size: 22px !important;
}

.cnblogs-markdown h3 {
    font-size: 19px !important;
}

.cnblogs-markdown h4 {
    font-size: 17px !important;
}

.cnblogs-markdown h5 {
    font-size: 14px !important;
}

.post .postBody a:active, .post .postBody a:link, .post .postBody a:visited {
    color: sandybrown;
    position: relative;
    text-decoration: none;
}

#blog_post_info_block a:active, #blog_post_info_block a:link, #blog_post_info_block a:visited {
    color: #494949;
    position: relative;
    text-decoration: underline;
}

a {
    transition: all .3s ease !important;
}

a:hover {
    color: orange !important;
    text-decoration: underline !important
}
