mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
51b6eaa2d1
commit
84f10e9b20
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
@ -65,14 +65,13 @@
|
||||
"danmaku-converter.min.js": "80FE861D0D69A6FB6BE67444A0350182F0245AFE2E61A1043DBA86F092A69868",
|
||||
"danmaku-send-bar.min.css": "52149D46CF3A15CF6EB186CB49F298DE18B0723E52D8693228F66099847EDCCB",
|
||||
"danmaku-send-bar.min.js": "7108E72F00C169F26E20409F4AA79F05553310375BABC392EB7E2166224B800A",
|
||||
"dark.min.css": "7D5697E926F9A12C2F72B6CA7BE5A9E288D79259BAB06D93E8CA5AF5353DBA14",
|
||||
"dark.user.css": "9937A2001B339F3AE19DD0F3C90EA04AA65BF7436FC20873D16C3ABC13410E6D",
|
||||
"dark.min.css": "96B2A298F606DE05B87DA6191E717699A3A49F4C560DC281F642B07094490584",
|
||||
"dark.user.css": "ACBB5EDBFAA9B46F9308BDDDE66C121028DDC4580803A49DA0628C613C99B978",
|
||||
"dark-color-scheme.min.js": "6D353AC738180317ACF9D2E046BFFBA0ACC0FA7A8D22B8E16C51127CDE4FE96B",
|
||||
"dark-important.min.css": "546E3C3E0F181EB710CFE486A81CCB5CCC22D61E6C5D442182294CE03D8F4DDF",
|
||||
"dark-important.min.css": "760F76EEAACB8633816E7504BB6BF749277D9780DBB98F46FE0745CC41D0496C",
|
||||
"dark-navbar.min.css": "7FAD547E326B768904B3739C978DF86FFDDD5E5064FB8F490710D197CCC3018B",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-slice-12.min.css": "D24C94A25B1E753DF3FDB0C18EF46239FD9C7B764E2195B4F659CCED45FCB8CD",
|
||||
"dark-slice-8.min.css": "BA97DAAF4960E660089CB8920B3FF12F4CE51D5121C2F715C59040CE4828A0B8",
|
||||
"dark-slice-12.min.css": "8BD8BC5577F0AC87369B1D85CA3C5053860E65A364F48300F4F77620BE16EC85",
|
||||
"dark-styles.min.js": "77F12E4F159C5139E1FC6030615F88EFD0A02443D34C3C4EDC3DB0B85F081631",
|
||||
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
|
||||
"default-danmaku-settings.min.css": "D9942B184FEDA7B08CFA0C34920E97D7A83B81762DCBF757642EBB60F95FF25D",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/dark-important.min.css
vendored
2
min/dark-important.min.css
vendored
File diff suppressed because one or more lines are too long
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -24,6 +24,9 @@
|
||||
.home-content .publish-btn.disabled {
|
||||
@include background-color("2");
|
||||
}
|
||||
.manga-detail .episode-list-component .episode-list .list-header .header-item.selected {
|
||||
@include background-color("3");
|
||||
}
|
||||
.wrapper .elec-btn.disabled,
|
||||
.f-list-hover:hover,
|
||||
.status_box .status_btn.disabled,
|
||||
|
||||
@ -816,4 +816,40 @@ a.bp_box_bot_click {
|
||||
.rank-list .rank-item .content .img .cover {
|
||||
@include background-color("4");
|
||||
@include border-color();
|
||||
}
|
||||
.manga-detail {
|
||||
.layout,
|
||||
.section .right-side .recommendation {
|
||||
@include background-color("4");
|
||||
}
|
||||
.episode-list-component .episode-list .list-header .header-item {
|
||||
@include background-color("5");
|
||||
}
|
||||
.section .right-side {
|
||||
.recommendation .header-content .more:hover {
|
||||
@include background-color();
|
||||
@include theme-color();
|
||||
}
|
||||
.recommendation .header-content .more:hover .emmet-right,
|
||||
.ranking-jump:hover .emmet-right {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
}
|
||||
.comic-info-panel .comic-detail {
|
||||
.comic-title {
|
||||
@include color("e");
|
||||
}
|
||||
.comic-info {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
.section .right-side .recommendation .header-content .title {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.container .back-to-content {
|
||||
@include background-color("4");
|
||||
.back-to-top-button:hover .icon-top {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user