Bilibili-Evolved/style/style-dark-important.scss
2018-08-25 12:20:33 +08:00

20 lines
448 B
SCSS

.home-page .sticky-bar .bar-content .message
{
color: #eee !important;
}
.home-page .sticky-bar .bar-content .message:hover
{
color: $customStyleColor !important;
}
.season-timeline .season-group.today,
.season-timeline .season-group.today .group-time::before
{
border-color: $customStyleColor !important;
}
.season-timeline .season-group.today.is-published .group-time::before
{
background-color: $customStyleColor !important;
}