fix(dark style): 视频合集页的推荐列表的标题色

re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-761766307
This commit is contained in:
JLoeve 2021-01-23 17:10:22 +08:00
parent e278b88ad8
commit 5001bfdcd1
2 changed files with 10 additions and 0 deletions

View File

@ -61,8 +61,10 @@
"pako",
"protobuf",
"qrcode",
"rcmd",
"reloadable",
"reloadables",
"remd",
"repo",
"repost",
"reposts",

View File

@ -42,3 +42,11 @@
}
}
}
.rcmd-list {
.rcmd-list-title {
@include color("e");
}
.remd-video-card .title {
@include color("e");
}
}