Merge pull request #4810 from pencilqaq/preview-fixes

修复夜间模式的两个问题
This commit is contained in:
Grant Howard 2024-07-08 22:24:31 +08:00 committed by GitHub
commit d21cd6887a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 7 deletions

View File

@ -460,10 +460,6 @@
@include color("2"); @include color("2");
} }
} }
.fans-medal-level {
@include background-color("2");
@include foreground-color();
}
} }
.chat-control-panel .bottom{ .chat-control-panel .bottom{
.content { .content {

View File

@ -722,7 +722,9 @@
@include set-color('border-top-color', '4'); @include set-color('border-top-color', '4');
} }
#{contains('mediainfo_mediaRight')} { #{contains('mediainfo_mediaRight')} {
#{contains('mediainfo_media_desc_section')} #{contains('mediainfo_display_area')} #{contains('mediainfo_ellipsis')} { #{contains('mediainfo_media_desc_section')}
#{contains('mediainfo_display_area')}
#{contains('mediainfo_ellipsis')} {
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #222 20%, #222); background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #222 20%, #222);
@include theme-color(); @include theme-color();
} }
@ -978,3 +980,12 @@
@include background-color('30'); @include background-color('30');
} }
} }
.article-content {
.ql-container {
background-color: rgba(0, 0, 0, 0) !important;
@include color('cf');
}
h1,h2,h3,h4,h5,h6{
@include color('e');
}
}

View File

@ -196,7 +196,6 @@ div.con,
.app-watch, .app-watch,
#app .submit, #app .submit,
.appeal-box, .appeal-box,
.fans-medal-item:not(.medal-guard) .fans-medal-level,
.fans-medal-item .level .fans-medal-item .level
{ {
background-color: #222 !important; background-color: #222 !important;
@ -1079,7 +1078,6 @@ li.tag > a,
color: #00a1d6 !important color: #00a1d6 !important
} }
.fans-medal-item .label, .fans-medal-item .label,
.fans-medal-item:not(.medal-guard) .fans-medal-label,
.calendar .day-item, .calendar .day-item,
.calendar .day-item.cur-day, .calendar .day-item.cur-day,
.content-box .watermark-wrap .watermark .content-box .watermark-wrap .watermark