mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
84e8a29ed5
commit
cd5dd374b6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,8 @@
|
||||
.right-container.f-left .active-panel .show-more-button,
|
||||
.link-tag-box .selector-wrap ul>li:hover,
|
||||
.video-card .labels-ctnr,
|
||||
.tab-selector-wrap .selector-wrap ul>li:hover
|
||||
.tab-selector-wrap .selector-wrap ul>li:hover,
|
||||
.article-info-module
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -51,7 +52,12 @@
|
||||
.video-card .icons-label .text,
|
||||
.share-wrap .content-wrap .qr-wrap .qr-title,
|
||||
.article-card .article-info .data,
|
||||
.article-card .article-info .data a
|
||||
.article-card .article-info .data a,
|
||||
.article-info-module .v-info,
|
||||
.article-info-module .v-data span,
|
||||
.video-info-module .v-info,
|
||||
.video-info-module .v-preview .txt,
|
||||
.video-info-module .v-data span
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -92,18 +98,20 @@
|
||||
.tab-selector-wrap .selector-wrap div,
|
||||
.tab-selector-wrap .selector-wrap ul,
|
||||
.popup-content-ctnr .report-input,
|
||||
.share-wrap .content-wrap .input-wrap input
|
||||
.share-wrap .content-wrap .input-wrap input,
|
||||
.article-info-module
|
||||
{
|
||||
border-color: transparent !important;
|
||||
}
|
||||
/* a
|
||||
.article-info-module .v-info .line,
|
||||
.video-info-module .v-info .line
|
||||
{
|
||||
border-color: #aaa !important;
|
||||
} */
|
||||
/* a
|
||||
}
|
||||
.article-info-module .v-data
|
||||
{
|
||||
border-color: #444 !important
|
||||
} */
|
||||
}
|
||||
/* a
|
||||
{
|
||||
border-color: white !important;
|
||||
@ -120,8 +128,9 @@
|
||||
{
|
||||
filter: brightness(0) invert(1) !important;
|
||||
} */
|
||||
.article-card .article-info .data .comment .icon,
|
||||
.article-card .article-info .data .view .icon
|
||||
.article-card .article-info .data .icon,
|
||||
.article-info-module .v-data .icon,
|
||||
.video-info-module .v-data .icon
|
||||
{
|
||||
filter: brightness(0) invert(.7) !important;
|
||||
}
|
||||
@ -161,10 +170,10 @@
|
||||
{
|
||||
box-shadow: 0px 4px 16px 0px var(--theme-color-40) !important;
|
||||
} */
|
||||
/* a
|
||||
.article-info-module
|
||||
{
|
||||
box-shadow: 0px 1px 10px 0px var(--theme-color-30) !important;
|
||||
} */
|
||||
}
|
||||
/* a
|
||||
{
|
||||
display: none !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user