mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
26af9c0999
commit
ebc26fbf22
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
@ -48,12 +48,12 @@
|
||||
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
|
||||
"custom-navbar-watchlater-list.min.js": "1C64C6829708C9A0C14499586A27B7E6EE64686205F4C91F6E194161C085C5A3",
|
||||
"danmaku-converter.min.js": "FDAB4DB2E3C79730A39CDA7C5FD193693621FED206C6549E9B8F13778080CC12",
|
||||
"dark.min.css": "F63925AC885D7360DA37BD89D37116526D772880281820725415C8411A272490",
|
||||
"dark.min.css": "6FEAFEA618BEF44E810F32ABDFA4217032803B7FBBC23A21E924A2904F3E31B1",
|
||||
"dark-important.min.css": "8453644F7FC8BB0E9DA401DC161815E2AC198E9B4D7A5A19C29934B672F277B1",
|
||||
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-slice-10.min.css": "A38209C5F732F3D9CFB1B4DA5D8419E75F6DD77F5CE484AEE0C1C9BAD502A37A",
|
||||
"dark-slice-11.min.css": "9826D06C51FC581C429195F2A4541E8456DBD9F52CCD8A6D0BD7EAE0920B455F",
|
||||
"dark-slice-11.min.css": "41FF25E030F91C0530256F03697615DA45FA91D724AD9E3DAEA67F14B45BC6AC",
|
||||
"dark-slice-9.min.css": "B7C00E6DE8A905C99A9EB51DD122FC807DFC72AB5B3F152415A1C5443F6779BF",
|
||||
"dark-styles.min.js": "C62AFBB47DDC1E2F3F45D688B0F98394E471A423BE26BF47504D5C7D069ADBA1",
|
||||
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
|
||||
|
||||
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
@ -555,4 +555,66 @@
|
||||
}
|
||||
.room-feed .tabs .item>span:after {
|
||||
@include theme-background-color();
|
||||
}
|
||||
.customer-service {
|
||||
.self-panel .scroll-container .item>span,
|
||||
.panel-title {
|
||||
@include color("e");
|
||||
}
|
||||
.customer-card {
|
||||
@include border-color("4");
|
||||
.card-header {
|
||||
@include background-color("4");
|
||||
.name {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.card-content>a {
|
||||
@include color("a");
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
.guess-panel {
|
||||
.panel-header .title {
|
||||
@include color("e");
|
||||
}
|
||||
.question-container {
|
||||
@include border-color("4");
|
||||
.title {
|
||||
.circle {
|
||||
@include theme-background-color();
|
||||
}
|
||||
&>p {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.answer {
|
||||
@include color("a");
|
||||
&>a {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.other-panel .card {
|
||||
.title {
|
||||
@include color("e");
|
||||
@include border-color();
|
||||
}
|
||||
.detail {
|
||||
&-text,
|
||||
p {
|
||||
@include color("e");
|
||||
&>a {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.ask-btn {
|
||||
@include theme-background-color();
|
||||
@include foreground-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user