This commit is contained in:
Coulomb_G 2019-07-25 23:44:13 +08:00
parent 33495ba21c
commit 40c3f1598b
6 changed files with 13 additions and 11 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

@ -701,7 +701,7 @@ class Observer {
}
videoChangeCallbacks.push(callback)
}
}
}
class SpinQuery {
constructor (query, condition, action, failed) {

View File

@ -701,7 +701,7 @@ class Observer {
}
videoChangeCallbacks.push(callback)
}
}
}
class SpinQuery {
constructor (query, condition, action, failed) {

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -230,7 +230,8 @@ li.danmaku-info-row.bpui-selecting,
.list-header .dropdown-btn:hover,
.tabs-nav .tab-item,
.customize-wrap .title,
.center-box .line-2
.center-box .line-2,
.new-comers-module .zone-title .headline .name
{
color: #eee !important;
}
@ -502,7 +503,8 @@ li.danmaku-info-row.bpui-selecting,
.center-box .line-3 .action-button.active,
.center-box .line-3 .action-button:hover,
.center-box .line-1 .like-item:hover,
.card .forw-area a.more:hover
.card .forw-area a.more:hover,
.new-comers-module .zone-title .headline .name:hover
{
color: var(--theme-color) !important;
}