Bilibili-Evolved/style/comment/comment-dark.css
2019-02-03 00:38:21 +08:00

31 lines
1.1 KiB
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,
.dynamic-like i,
.dynamic-like:hover i,
.dynamic-liked i,
.dynamic-liked:hover i,
.dynamic-hate i,
.dynamic-hate:hover i,
.dynamic-hated i,
.dynamic-hated:hover i,
.dynamic-spot,
.textarea-container .comm-tool .comm-emoji .icon-face
{
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;
}