mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
77fe30e237
commit
d11ff0ef16
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
@ -31,7 +31,7 @@
|
||||
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-styles.min.js": "C62AFBB47DDC1E2F3F45D688B0F98394E471A423BE26BF47504D5C7D069ADBA1",
|
||||
"dark.min.css": "7C1B35C753111AAFFD6976E3C3E5755DEC6DC6459BD056C63FF9794D7E175DAE",
|
||||
"dark.min.css": "2676BFF27BA70ED2FBB47304792CE492464970D03DEEF9148C85C97D6D3DDBE5",
|
||||
"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
@ -251,3 +251,30 @@
|
||||
@include background-color("a");
|
||||
}
|
||||
}
|
||||
.video-item.list {
|
||||
@include border-color(4);
|
||||
.type {
|
||||
@include background-color(4);
|
||||
@include color("e");
|
||||
@include border-color();
|
||||
}
|
||||
.headline.singleav {
|
||||
.avid {
|
||||
@include theme-background-color();
|
||||
@include color("e");
|
||||
@include border-color();
|
||||
}
|
||||
.title {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.title {
|
||||
@include color("e");
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.des {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user