Skip to content

Commit

Permalink
Fix dark style for danmaku box
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Oct 11, 2018
1 parent 4c0971e commit 873cd76
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bilibili-evolved.offline.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bilibili-evolved.preview-offline.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/dark.min.scss

Large diffs are not rendered by default.

20 changes: 13 additions & 7 deletions style/dark/dark-slice-4.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ body #app .marquee,
{
background-color: #444 !important;
}
// a
// {
// background-color: #555 !important;
// }
.player-auxiliary-area
{
background-color: #555 !important;
}
// a
// {
// background-color: #aaa !important;
Expand All @@ -185,7 +185,10 @@ div.cntr a.check-all
.app-ctnr,
.el-table,
.el-table__expanded-cell,
.container .main-btn.edit-btn:hover
.container .main-btn.edit-btn:hover,
.player-auxiliary-area .player-auxiliary-filter,
.bui-collapse .bui-collapse-header,
.danmaku-wrap .player-auxiliary-area .player-auxiliary-danmaku-wrap
{
background-color: transparent !important;
}
Expand Down Expand Up @@ -580,7 +583,9 @@ body #app .category-wrapper .upload-content .title,
.rhythm-storm .bl-button:disabled,
.bili-pay-uname,
.pay-result-title,
.pay-result-btn
.pay-result-btn,
.player-auxiliary-area .player-auxiliary-filter-title,
.player-auxiliary-area .player-auxiliary-filter-menu
{
color: #eee !important;
}
Expand Down Expand Up @@ -1011,7 +1016,8 @@ body #app .marquee a,
.active-main .act-list ul li h2 a:hover,
.topic-main .nav-tab .on,
.w160.h48.ovh .g1:hover,
.card-more a
.card-more a,
.player-auxiliary-area .player-auxiliary-filter-menu:hover
{
color: $customStyleColor !important;
}
Expand Down

0 comments on commit 873cd76

Please sign in to comment.