来自柯南百科
.gray-cover, .gray-cover a {
    background-color: #eee;
    color: #eee!important;
}

.gray-cover rt {
    background-color: #eee;
}

.gray-cover:hover {
    transition: color 0.1s linear;
    color: #212529!important;
}

.gray-cover:hover a {
    transition: color 0.1s linear;
    color: #0056b3!important;
}

.gray-cover:hover a rt {
    transition: color 0.1s linear;
    color: #007bff!important;
}

.gray-cover:hover a:visited {
    color: #007bff!important;
}

.gray-cover:hover a.new {
    color: #ba0000!important;
}

.gray-cover:hover a:visited.new {
    color: #a55858!important;
}

/* 深色 */
@media {
    .gray-cover, .gray-cover a {
        background-color: #333;
        color: #333 !important;
    }

    .gray-cover:hover {
        transition: color 0.1s linear;
        color: #ccc !important;
    }

    .gray-cover rt {
        background-color: #333;
    }
}