Bilibili-Evolved/style/comment/comment-dark.css
2019-01-26 13:34:02 +08:00

21 lines
925 B
CSS

.bb-comment .comment-list .list-item>.con>.info>.time,
.bb-comment .comment-list .reply-con>.info>.time,
.bb-comment .comment-list .list-item>.con>.info>.floor,
.bb-comment .comment-list .list-item .info .like>i,
.bb-comment .comment-list .list-item .info .hate>i,
.bb-comment .comment-list .list-item .info .like.liked>i,
.bb-comment .comment-list .list-item .info .hate.hated>i,
.bb-comment .comment-list .list-item .info .operation .spot,
.bb-comment .comment-send .comment-emoji .text
{
filter: brightness(0) invert(1) !important;
}
.bb-comment .comment-list .list-item .info .like span,
.bb-comment .comment-list .list-item .info .hate span,
.bb-comment .comment-list .list-item .info .like.liked span,
.bb-comment .comment-list .list-item .info .hate.hated span,
.bb-comment .comment-list .list-item .info .like:hover span,
.bb-comment .comment-list .list-item .info .hate:hover span
{
color: #eee !important;
}