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