Update dark styles (#2136)

This commit is contained in:
the1812 2021-08-15 14:28:10 +08:00
parent b84e393ea6
commit 688c46139a
4 changed files with 129 additions and 8 deletions

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -289,3 +289,129 @@
@include fill("e");
}
}
.video-info .video-data .argue {
&,
& i {
color: #e1a411 !important;
}
background: #312d21 !important;
}
.short-review-content {
.review-edit-header {
.media-info {
h4 {
@include color("e");
}
.rate-tip {
@include color("a");
}
}
}
.review-body-wrap {
@include border-color("5");
@include background-color("2");
&:focus-within {
@include theme-border-color();
}
textarea,
textarea:focus-within {
@include background-color();
@include border-color();
}
.tip {
@include color("a");
}
.mr-btn {
&,
&:hover,
&:active {
@include foreground-color();
@include theme-background-color();
@include border-color();
}
}
}
}
.fans-medal-dialog {
@include background-color("2");
.van-dialog__title {
@include color("e");
}
.van-dialog__close {
@include color("a");
}
}
@mixin fans-medal-list {
.list {
.content {
@include border-color("4");
@include background-color("3");
.btn {
@include theme-background-color();
@include foreground-color();
}
&.border {
@include theme-border-color();
opacity: 1 !important;
}
.info {
@include no-image();
@include background-color();
.num,
.name {
@include color("e");
}
.img,
.image {
@include to-theme("pink");
}
.limit {
&,
& .before {
@include color("a");
}
}
.progress {
@include background-color("5");
.blue {
@include theme-background-color();
}
}
}
}
}
}
// 粉丝勋章墙的 iframe, 实在不理解为什么这也要弄个 iframe, 还起这么泛的名称, 感觉很容易和其他地方冲突
#app > #main > .container {
.header {
.name {
@include color("e");
}
.count {
@include color("a");
span {
@include theme-color();
}
}
}
@include fans-medal-list();
}
.container.medalList {
@include background-color();
.title {
.name {
@include color("e");
}
img {
@include to-theme("blue");
}
.mount {
@include color("a");
}
.button {
@include theme-color();
}
}
@include fans-medal-list();
}

View File

@ -4,7 +4,6 @@
.ep-list-wrapper .ep-item.cursor,
.section-ep-wrapper .ep-item.cursor,
.main-container .ep-list-wrapper .list-wrapper.simple ul .ep-item,
.short-review-masker .short-review-content .review-body-wrap .mr-btn,
.main-container .ep-list-wrapper .list-wrapper.simple ul .ep-item.cursor,
.send-vip-content,
.bili-pay-payment-wrapper-gift,
@ -433,7 +432,6 @@ input[type="radio"]:checked + .custom-radio,
.main-container .media-info .media-right .media-tool-bar .btn-rating,
.review-edit-header .review-edit-media-info h4,
.review-edit-header .review-edit-media-info .rate-tip,
.short-review-masker .short-review-content .review-body-wrap .mr-btn.active,
.main-container .media-info .media-right .media-tool-bar .btn-follow.active,
.main-container .nav-tools .tool-item:hover,
.main-container .entry-old .feedback .btn,
@ -682,7 +680,6 @@ th.list-head-text,
.main-container .pay-bar .vip .btn-pay.active,
.main-container .ep-list-wrapper .list-wrapper.simple ul .ep-item,
.main-container .media-info .media-right .media-tool-bar .btn-rating,
.short-review-masker .short-review-content .review-body-wrap,
.main-container .nav-tools .tool-item,
.main-container .nav-tools .tool-item:hover,
.main-container .entry-old .btn-old,
@ -1023,8 +1020,6 @@ input[type="radio"]:checked + .custom-radio,
border: 1px solid var(--theme-color) !important;
} */
.main-container .media-info .media-right .media-tool-bar .btn-rating:hover,
.short-review-masker .short-review-content .review-body-wrap .mr-btn.active,
.short-review-masker .short-review-content .review-body-wrap .mr-btn.active:hover,
.main-container .media-info .media-right .media-tool-bar .btn-follow,
.main-container .media-info .media-right .media-tool-bar .btn-follow:hover,
.main-container .nav-tools .tool-item:hover,