mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
1200317bf1
commit
5adcd96941
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@
|
||||
"dark-navbar.min.css": "C02A4001942DE8E26C61520C2499D80512D8CBA0BBA81E7065BA219C4DF9C11D",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-styles.min.js": "A6CFEC32B3F78FD2BD5DBB2347A517F9A633802098DF458F70CBE094F9CAD854",
|
||||
"dark.min.css": "772A197BECDE694E3BE960585CC9F0C68E32460696BAEED6E2210ECADBE183EB",
|
||||
"dark.min.css": "1D7F586DF4B1645BEF3F230C4F15DE8A19F5CE66004CE05166DF36212DE26072",
|
||||
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
|
||||
"default-danmaku-settings.min.css": "D9942B184FEDA7B08CFA0C34920E97D7A83B81762DCBF757642EBB60F95FF25D",
|
||||
"default-danmaku-settings.min.js": "30A8D36137B5A4D560BD47F7A264F77C7DD4428291DF3E7EBD8D632B2AE9973E",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
@ -47,7 +47,8 @@
|
||||
.container .logout a:hover,
|
||||
.container .video-card:hover,
|
||||
.container .tab-item--normal:hover,
|
||||
.guest-home .button-box button
|
||||
.guest-home .button-box button,
|
||||
.video-editor-ol-wrp
|
||||
{
|
||||
background-color: #333 !important;
|
||||
}
|
||||
@ -258,7 +259,8 @@ li.danmaku-info-row.bpui-selecting,
|
||||
.video-list .card-view .collect-num,
|
||||
.video-list .card-view .danmu-num,
|
||||
.video-list .card-view .play-num,
|
||||
.guest-home .title h2
|
||||
.guest-home .title h2,
|
||||
.video-editor-ol-wrp .video-editor-ol-content a
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -450,7 +452,9 @@ li.danmaku-info-row.bpui-selecting,
|
||||
.main-panel .title,
|
||||
.main-panel .more,
|
||||
.guest-home .title h1,
|
||||
.guest-home .button-box .regist
|
||||
.guest-home .button-box .regist,
|
||||
.video-editor-ol-wrp .video-editor-ol-content p,
|
||||
.video-editor-ol-wrp .video-editor-ol-btn
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -761,7 +765,8 @@ li.danmaku-info-row.bpui-selecting,
|
||||
.bili-search .user-item .attention-btn:hover,
|
||||
.follow-right-module .follow-head .follow-more:hover,
|
||||
.carousel-wrap .page .next.current,
|
||||
.guest-home .button-box button:hover
|
||||
.guest-home .button-box button:hover,
|
||||
.video-editor-ol-wrp .video-editor-ol-btn
|
||||
{
|
||||
background-color: var(--theme-color) !important;
|
||||
}
|
||||
@ -869,7 +874,8 @@ li.danmaku-info-row.bpui-selecting,
|
||||
.video-list .card-txt:hover,
|
||||
.main-panel .more:hover,
|
||||
.international-home .bilibili-search-history .cancel-icon:hover,
|
||||
.up-info .up-focus-btn
|
||||
.up-info .up-focus-btn,
|
||||
.video-editor-ol-wrp .video-editor-ol-content a:hover
|
||||
{
|
||||
color: var(--theme-color) !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user