mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
31 lines
608 B
SCSS
31 lines
608 B
SCSS
.link-footer
|
|
{
|
|
background-color: #222 !important;
|
|
}
|
|
|
|
.home-page .sticky-bar .bar-content .message
|
|
{
|
|
color: #eee !important;
|
|
}
|
|
|
|
.link-footer
|
|
{
|
|
border-color: transparent !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,
|
|
.aside-ctnr .author-info .communicate-btn
|
|
{
|
|
border-color: $customStyleColor !important;
|
|
}
|
|
.season-timeline .season-group.today.is-published .group-time::before
|
|
{
|
|
background-color: $customStyleColor !important;
|
|
}
|