/* 夜间模式 */

body.dark-mode #wrapper {
    background-color: #333333;
    color: #eeeeee;
}

/* 调整图片在夜间模式下的亮度 */
body.dark-mode img {
    filter: brightness(1) contrast(1);
}

body.dark-mode .link {
    color: #c8514e!important;
    text-decoration: underline;
}

body.dark-mode .content a {
    color: #c8514e;
    text-decoration: underline;
}

body.dark-mode .content blockquote {
    border-left: #a4a2a3 2px solid;
}

body.dark-mode .aplayer-title{
    color: #000; /* list和title字幕颜色 */
}

body.dark-mode .aplayer-list-title{
    color: #3d3d3d; /* list和title字幕颜色 */
}