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