mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 专栏页面侧边栏目录面板
re #1692, https://github.com/the1812/Bilibili-Evolved/issues/1692#issuecomment-814664160
This commit is contained in:
parent
196a6ae7c3
commit
04f974fe55
@ -296,3 +296,18 @@ a {
|
||||
@include background-color("4");
|
||||
@include color("a");
|
||||
}
|
||||
#article-list-index .index-holder {
|
||||
.article-item:not(.on) {
|
||||
.point {
|
||||
@include background-color("6");
|
||||
}
|
||||
}
|
||||
.article-item {
|
||||
.title {
|
||||
@include color("e");
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user