/* #canvas-basic {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -999;
} */
/*主列表白天模式透明*/
#post {
    background: rgba(255, 255, 255, 0.25)!important;
    /*  */
}
.card-widget.card-info.text-center {
    background: rgba(255, 255, 255, 0.25)!important;
}
.card-widget.card-announcement {
    background: rgba(255, 255, 255, 0.25)!important;
}
#card-toc {
    background: rgba(255, 255, 255, 0.25)!important;
}
.card-widget.card-recent-post {
    background: rgba(255, 255, 255, 0.25)!important;
}
.card-widget.card-archives {
    background: rgba(255, 255, 255, 0.25)!important;
}
.card-widget.card-webinfo {
    background: rgba(255, 255, 255, 0.25)!important;
}

/*文章白天模式透明*/
.recent-post-item{
    background: rgba(255, 255, 255, 0.25)!important;
}
#page {
    background: rgba(255, 255, 255, 0.25)!important;
}
.cover {
    background: rgba(255, 255, 255, 0.25)!important;
}
#category {
    background: rgba(255, 255, 255, 0.25)!important;
}
.card-widget.card-categories{
    background: rgba(255, 255, 255, 0.25)!important;
}
.card-widget.card-tags {
    background: rgba(255, 255, 255, 0.25)!important;
}
#archive {
    background: rgba(255, 255, 255, 0.25)!important;
}
