From ccea08347a270d27a78f728a436008688647575c Mon Sep 17 00:00:00 2001 From: Pencilqaq <2845525241@qq.com> Date: Wed, 3 Jul 2024 20:21:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=A4=9C=E9=97=B4?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E7=B2=89=E4=B8=9D=E7=89=8C=E7=9A=84=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- registry/lib/components/style/dark-mode/dark-slice-12.scss | 4 ---- registry/lib/components/style/dark-mode/old/dark-slice-1.css | 2 -- 2 files changed, 6 deletions(-) diff --git a/registry/lib/components/style/dark-mode/dark-slice-12.scss b/registry/lib/components/style/dark-mode/dark-slice-12.scss index 1d435ee33..e7d3c656f 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-12.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-12.scss @@ -460,10 +460,6 @@ @include color("2"); } } - .fans-medal-level { - @include background-color("2"); - @include foreground-color(); - } } .chat-control-panel .bottom{ .content { diff --git a/registry/lib/components/style/dark-mode/old/dark-slice-1.css b/registry/lib/components/style/dark-mode/old/dark-slice-1.css index c095a2227..ad4db7383 100644 --- a/registry/lib/components/style/dark-mode/old/dark-slice-1.css +++ b/registry/lib/components/style/dark-mode/old/dark-slice-1.css @@ -196,7 +196,6 @@ div.con, .app-watch, #app .submit, .appeal-box, -.fans-medal-item:not(.medal-guard) .fans-medal-level, .fans-medal-item .level { background-color: #222 !important; @@ -1079,7 +1078,6 @@ li.tag > a, color: #00a1d6 !important } .fans-medal-item .label, -.fans-medal-item:not(.medal-guard) .fans-medal-label, .calendar .day-item, .calendar .day-item.cur-day, .content-box .watermark-wrap .watermark From d5049eb4174891aa1c0526f258b676605ba08b4b Mon Sep 17 00:00:00 2001 From: Pencilqaq <2845525241@qq.com> Date: Wed, 3 Jul 2024 20:39:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=9C=E9=97=B4=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E9=80=82=E9=85=8D=E4=B8=93=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/style/dark-mode/dark-slice-18.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/registry/lib/components/style/dark-mode/dark-slice-18.scss b/registry/lib/components/style/dark-mode/dark-slice-18.scss index 32f7c9b6f..31dc84bc5 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-18.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-18.scss @@ -722,7 +722,9 @@ @include set-color('border-top-color', '4'); } #{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); @include theme-color(); } @@ -978,3 +980,12 @@ @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'); + } +}