mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
aaf1839a93
commit
c5ef93dfae
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": "5050A8772B27E010417FA393708448C285745D27C0AC2A38205FA82589ECCD1F",
|
||||
"dark.min.css": "0112B02E1457EB8E9B3A465369E39B0A869B13F1D64C2F844AB6705933732C88",
|
||||
"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
@ -108,12 +108,7 @@
|
||||
.bl-button--primary:disabled {
|
||||
@include color("e");
|
||||
}
|
||||
.ranking-jump {
|
||||
@include color("e");
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
|
||||
.vote-pc-container .card {
|
||||
@include border-color();
|
||||
}
|
||||
@ -133,3 +128,38 @@
|
||||
filter: var(--pink-image-filter) !important;
|
||||
}
|
||||
}
|
||||
.app-layout {
|
||||
.search-bar .search-bar-bg {
|
||||
@include background-color("4");
|
||||
}
|
||||
.rank-item-wrapper {
|
||||
background-image: none !important;
|
||||
}
|
||||
.ranking-jump,
|
||||
.manga-title,
|
||||
.show-status-text {
|
||||
@include color("e");
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.sidebar-item,
|
||||
.time-selector-ctnr {
|
||||
@include color("e");
|
||||
&.activated,
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
.arrow {
|
||||
filter: var(--blue-image-filter) !important;
|
||||
}
|
||||
}
|
||||
.rank-title {
|
||||
@include color("e");
|
||||
}
|
||||
.rank-hint,
|
||||
.meta-ctnr,
|
||||
.manga-info-ctnr {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user