fix dark mode

This commit is contained in:
QwExZy@0xx1 2023-08-13 23:58:15 +08:00
parent 690ecd7856
commit 6812aa3bca

View File

@ -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();
}
}
}