mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: support dark mode for other channel pages
support dark mode for tv shows, movie, variety shows pages
This commit is contained in:
@@ -3,7 +3,23 @@
|
||||
background-color: var(--bew-theme-color);
|
||||
}
|
||||
|
||||
.channel-swiper .channel-carousel-tool .channel-nav-click li {
|
||||
background-color: var(--bew-fill-1);
|
||||
.inner-c .play-icon.button,
|
||||
.hover-c .play-icon.button {
|
||||
background-color: var(--bew-theme-color-80);
|
||||
}
|
||||
|
||||
.index-module .all-a:hover .all,
|
||||
.index-module .all-a:hover .arrow-all,
|
||||
.index-module .sub-m:hover,
|
||||
.hot-module .hot-item:hover .title,
|
||||
.promotion-c:hover .title,
|
||||
.hover-c:hover .title {
|
||||
color: var(--bew-theme-color);
|
||||
}
|
||||
|
||||
&.dark {
|
||||
.channel-swiper .channel-carousel-tool .channel-nav-click li {
|
||||
background-color: var(--bew-fill-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,11 @@
|
||||
// background-color: var(--bew-bg) !important;
|
||||
}
|
||||
|
||||
.bili-header .bili-header__channel .channel-entry-more__link--current,
|
||||
.bili-header .bili-header__channel .channel-link--current {
|
||||
color: var(--bew-theme-color);
|
||||
}
|
||||
|
||||
.card-loaded {
|
||||
background-color: var(--bew-elevated-solid-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user