From 9fe969eb8780e0efe0e84c17edaa0b2fbad78a2f Mon Sep 17 00:00:00 2001 From: kengwang Date: Wed, 16 Jun 2021 13:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=93=E6=A0=8F=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed #1933 CSS新手,有些地方可能改的不好,比如有些链接Hover后不会变蓝 https://sm.ms/image/2Lj5Vmyk6QXKCdv https://sm.ms/image/XoeQTNLRtOvsgKE --- src/style/dark/dark-slice-14.scss | 78 +++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/src/style/dark/dark-slice-14.scss b/src/style/dark/dark-slice-14.scss index a8b5af587..6105c59e6 100644 --- a/src/style/dark/dark-slice-14.scss +++ b/src/style/dark/dark-slice-14.scss @@ -545,3 +545,81 @@ body:not(.simplify-comment) .panel-area .bb-comment { background: none !important; } } + +.article-detail { + .fixed-top-header { + @include background-color("2"); + @include color("a"); + + .inner { + .inner-title, + .inner-right > .up-info { + @include color("f"); + } + } + } + + .article-container >.article-container__content { + .article-up-info { + @include background-color("2"); + } + .banner-container > a > .info > .title { + @include color("f"); + } + + .title-container > .article-read-panel > .article-read-info > span.spoiler{ + @include background-color("2a"); + } + + .article-content{ + .read-article-holder > p{ + @include color("f"); + } + } + } + + .article-breadcrumb > a, + .article-breadcrumb > span { + @include color("f"); + } + + .recommend-list{ + @include background-color("2"); + .recommend-header{ + .title{ + @include color("f"); + } + } + } + + .comment-wrapper > .comment-m{ + @include background-color("2"); + } +} + +.right-side-bar { + .to-top, + .side-toolbar, + .catalog:hover:after{ + @include background-color("2"); + } + .catalog{ + @include background-color("29"); + + .catalog-panel{ + @include background-color("2"); + .catalog-item:hover{ + @include background-color("29"); + } + .catalog-item > .catalog-item__text{ + color:#FFFFFF; + } + .catalog-panel__title{ + @include color("f"); + } + } + } + .to-top > .iconfont{ + @include color("50"); + } +} \ No newline at end of file