This commit is contained in:
Coulomb 2019-03-28 20:35:31 +08:00
parent 561ecf0ceb
commit 709eced530
5 changed files with 21 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@ style\dark\dark-slice-3.css|2E58F7411FFBBB059F1F2FEC64B24DF70CAFF2A9
style\dark\dark-slice-4.css|E9FE5F599A4B619465C3CEB179E53622BEEE53BF
style\dark\dark-slice-5.css|E843FC7EC998AD5B0271418EB3DD95395BE3DA6B
style\dark\dark-slice-6.css|1F59DAA74E0784C832F586C768D4B141E6612ED1
style\dark\dark-slice-7.css|4B33C92A1A2AE0783E5F5BDB6F3C87083ADC4EA8
style\dark\dark-slice-7.css|575A117135F9D75DEE2A4E5E9DA8C5A2A89E3B76
style\dark\dark-styles.js|8A7C7F075EF09810464D096E9BF71AF17E4855AF
style\haruna-scale.js|EE24E2034D2092A28862A8C9DC99B82F1080FE5D
style\optimization\new-styles.js|348F4F0D23119AFB62D3AE19CC5D76D825F8A914

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,8 @@
.tab-selector-wrap .selector-wrap ul,
.popup-content-ctnr .report-input,
.share-wrap .content-wrap .input-wrap input,
.emoji-box .emoji-tabs .tab-link:hover
.emoji-box .emoji-tabs .tab-link:hover,
.block-area .follow-wrapper .follow-head .follow-more
{
background-color: #444 !important;
}
@ -57,7 +58,9 @@
.article-info-module .v-data span,
.video-info-module .v-info,
.video-info-module .v-preview .txt,
.video-info-module .v-data span
.video-info-module .v-data span,
.follow-item .details .ep-info,
.follow-item .details .ep-intro
{
color: #aaa !important;
}
@ -79,7 +82,9 @@
.share-wrap .content-wrap .input-wrap span,
.share-wrap .content-wrap .input-wrap input,
.share-wrap .content-wrap .input-wrap button,
.article-card .article-info .title
.article-card .article-info .title,
.follow-item .details .season-title,
.block-area .follow-wrapper .follow-head .follow-more
{
color: #eee !important;
}
@ -99,7 +104,8 @@
.tab-selector-wrap .selector-wrap ul,
.popup-content-ctnr .report-input,
.share-wrap .content-wrap .input-wrap input,
.article-info-module
.article-info-module,
.block-area .follow-wrapper .follow-head .follow-more
{
border-color: transparent !important;
}
@ -124,10 +130,10 @@
{
fill: #fff !important;
} */
/* a
.block-area .follow-wrapper .follow-head .follow-more .icon
{
filter: brightness(0) invert(1) !important;
} */
}
.article-card .article-info .data .icon,
.article-info-module .v-data .icon,
.video-info-module .v-data .icon
@ -202,7 +208,8 @@
.tab-wrap>ul li.selected a span:after,
.tag.sky-blue.activated,
.popup-content-ctnr .upload-box .upload-btn,
.share-wrap .content-wrap .input-wrap button
.share-wrap .content-wrap .input-wrap button,
.block-area .follow-wrapper .follow-head .follow-more:hover
{
background-color: var(--theme-color) !important;
}
@ -219,7 +226,9 @@
.tab-wrap>ul li.selected a span,
.tab-wrap>ul li a span:hover,
.share-wrap .content-wrap .title,
.article-card .article-info .title:hover
.article-card .article-info .title:hover,
.follow-item .details .season-title:hover,
.follow-item .details .highlight
{
color: var(--theme-color) !important;
}