mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix dark mode
This commit is contained in:
parent
690ecd7856
commit
6812aa3bca
@ -572,21 +572,62 @@
|
||||
}
|
||||
}
|
||||
.home-cell-desc-title {
|
||||
@include color("ffffff");
|
||||
@include color("e");
|
||||
}
|
||||
.home-cell-desc-subtitle {
|
||||
@include color("ffffff80");
|
||||
}
|
||||
.mediainfo_mediaRight__jv5hq .mediainfo_media_desc_section__bOFBw .mediainfo_display_area__CEKfP .mediainfo_ellipsis__xCKNd {
|
||||
background: linear-gradient(90deg,hsla(0,0%,100%,0),#222 20%,#222);
|
||||
@include theme_color();
|
||||
}
|
||||
.SectionSelector_SectionSelector__WS4H3 .SectionSelector_expand__Oh9Lt {
|
||||
background: linear-gradient(270deg,#444444 46.21%,hsla(210,8%,95%,0));
|
||||
@include color("a");
|
||||
}
|
||||
.timeline-weekday-item .weekday-description .timeline-item-title{
|
||||
@include color("ffffff");
|
||||
@include color("e");
|
||||
}
|
||||
.recommend_wrap__pgu8c .recommend_title__miCR4 {
|
||||
@include color("ffffff")
|
||||
#{contains("mediainfo_mediaRight")} {
|
||||
#{contains("mediainfo_media_desc_section")} #{contains("mediainfo_display_area")} #{contains("mediainfo_ellipsis")} {
|
||||
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #222 20%, #222);
|
||||
@include theme-color();
|
||||
}
|
||||
#{contains("mediainfo_media_desc")} i {
|
||||
@include theme-color();
|
||||
@include background-color();
|
||||
}
|
||||
}
|
||||
#{contains("SectionSelector_SectionSelector")} {
|
||||
#{contains("SectionSelector_expand")} {
|
||||
background: linear-gradient(270deg,#444444 46.21%,hsla(210,8%,95%,0));
|
||||
}
|
||||
}
|
||||
#{contains("short_short_review_masker")} {
|
||||
#{contains("short_short_review_content")} {
|
||||
@include background-color("2");
|
||||
#{contains("header_review_edit_media_info")} {
|
||||
h4,p {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
#{contains("short_review_footer")} {
|
||||
#{contains("short_mr_long_review")} {
|
||||
@include theme-color();
|
||||
}
|
||||
#{contains("short_active")} {
|
||||
@include theme-background-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#{contains("recommend_wrap")} {
|
||||
#{contains("recommend_title")} {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.section-title-v2-wrapper .title-right {
|
||||
.font {
|
||||
@include color("e");
|
||||
}
|
||||
&:hover .font {
|
||||
@include color("0");
|
||||
}
|
||||
&:not(:hover) {
|
||||
img,svg {
|
||||
@include to-white();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user