.cnblogs_code pre {
    font-family: 'Fira Code', Source Code Pro,"Consolas",monospace,"Bitstream Vera Sans Mono","Courier New",Courier!important;
    font-size: 13px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.cnblogs_code span {
    font-family: 'Fira Code', Source Code Pro,"Consolas",monospace,"Bitstream Vera Sans Mono","Courier New",Courier!important;
    font-size: 13px!important;
    line-height: 1.5!important;
}
.syntaxhighlighter textarea{
    font-family: 'Fira Code', "Source Code Pro","Consolas",monospace,"Bitstream Vera Sans Mono","Courier New",Courier!important;
}

body{
    font-family: Source Code Pro,微软雅黑,Verdana,Arial,Helvetica,sans-serif;
    background: url("https://s3.bmp.ovh/imgs/2022/08/14/7449ef35e93198a8.webp") center no-repeat fixed #275e96;
    background-size: cover;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #4ACFBE;
    font-family: "微软雅黑";
    text-shadow: 3px 3px 3px #6bb58d;
}

#navList a:link, #navList a:visited, #navList a:active{
    color: #4ACFBE;
    text-shadow: 3px 3px 3px #6bb58d;
}

div#navigator {
    background-color: rgba(255,255,255,0.85);
   }

div#mainContent {
    background-color: rgba(255,255,255,0.0);
}

div#main {
    background-color: rgba(255,255,255,0.75);
}

.day {
    background-color: inherit;
}
.postTitle a:hover{
    color:#66CCFF;
    text-decoration: underline;
}
.postTitle a:active{
    color: #68CFC4;
    text-decoration: none;
}
.postTitle a:visited{
    color: #5C8575;
    text-decoration: none;
}