mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
21 lines
925 B
CSS
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;
|
|
} |