Update dark style

This commit is contained in:
the1812 2019-07-26 18:02:20 +08:00
parent abfb660196
commit c4774ead97
4 changed files with 30 additions and 18 deletions

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

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,14 @@
/* a #biliAppHomeSetting>div
{ {
background-color: #222 !important; background-color: #222 !important;
} */ }
/* a /* a
{ {
background-color: #333 !important; background-color: #333 !important;
} */ } */
.s_tag .btn-add .s_tag .btn-add,
#biliAppHomeSetting select,
#biliAppHomeSetting input
{ {
background-color: #444 !important; background-color: #444 !important;
} }
@ -26,22 +28,25 @@
{ {
background: #fff !important; background: #fff !important;
} */ } */
/* a #biliAppHomeSetting label ~ span
{ {
color: #aaa !important; color: #aaa !important;
} */ }
/* a #biliAppHomeSetting select,
#biliAppHomeSetting input,
#biliAppHomeSetting a
{ {
color: #eee !important; color: #eee !important;
} */ }
/* a /* a
{ {
color: #fff !important; color: #fff !important;
} */ } */
/* a #biliAppHomeSetting select,
#biliAppHomeSetting input
{ {
border-color: transparent !important; border-color: transparent !important;
} */ }
/* a /* a
{ {
border-color: #aaa !important; border-color: #aaa !important;
@ -54,6 +59,11 @@
{ {
border-color: white !important; border-color: white !important;
} */ } */
#biliAppHomeSetting select,
#biliAppHomeSetting input
{
border-radius: 4px;
}
/* a /* a
{ {
fill: #aaa !important; fill: #aaa !important;
@ -136,7 +146,8 @@
} */ } */
.interact-dialog .btn, .interact-dialog .btn,
.rookie-guide .close-button, .rookie-guide .close-button,
.video-control-show .bilibili-player-video-interactive-list .check:hover .big-round .video-control-show .bilibili-player-video-interactive-list .check:hover .big-round,
#biliAppHomeSetting button
{ {
background-color: var(--theme-color) !important; background-color: var(--theme-color) !important;
} }
@ -148,12 +159,13 @@
{ {
background-color: var(--theme-color-90) !important; background-color: var(--theme-color-90) !important;
} */ } */
/* a #biliAppHomeSetting h2
{ {
color: var(--theme-color) !important; color: var(--theme-color) !important;
} */ }
.interact-dialog .btn, .interact-dialog .btn,
.rookie-guide .close-button .rookie-guide .close-button,
#biliAppHomeSetting button
{ {
color: var(--foreground-color) !important; color: var(--foreground-color) !important;
} }