fix(dark style): 推荐视频的标题悬浮色

re #1269, https://github.com/the1812/Bilibili-Evolved/issues/1269#issuecomment-738775848
This commit is contained in:
jloeve 2020-12-15 17:05:32 +08:00
parent 7aa4c8fa98
commit 1a2bb6a63b

View File

@ -828,3 +828,6 @@ html {
.bb-comment .reply-notice .notice-item {
@include theme-background-color();
}
.video-page-card .card-box .info .title:hover {
@include theme-color();
}