mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark styles
This commit is contained in:
parent
c5a9f1fb68
commit
fd3a7b8917
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
@ -61,12 +61,13 @@
|
||||
"danmaku-converter.min.js": "80FE861D0D69A6FB6BE67444A0350182F0245AFE2E61A1043DBA86F092A69868",
|
||||
"danmaku-send-bar.min.css": "52149D46CF3A15CF6EB186CB49F298DE18B0723E52D8693228F66099847EDCCB",
|
||||
"danmaku-send-bar.min.js": "7108E72F00C169F26E20409F4AA79F05553310375BABC392EB7E2166224B800A",
|
||||
"dark.min.css": "943A0252084C4BC5F26915AD90F454EB3F7864FEB62689D0DC936A9D93E06E9D",
|
||||
"dark.user.css": "ACA2049B37F8A894BA0EBD843ED4D4BE99EF311A0FC57ADD9B09D1173B239542",
|
||||
"dark.min.css": "CC2DACD44AB56B970697F5E38EADFD8C082BD3C04DD7EACAD2616A745AA3B03E",
|
||||
"dark.user.css": "55969E75C7397CD3D5979A0C6F509CEB08B93F696CB1C33256F1991EF289C633",
|
||||
"dark-color-scheme.min.js": "6D353AC738180317ACF9D2E046BFFBA0ACC0FA7A8D22B8E16C51127CDE4FE96B",
|
||||
"dark-important.min.css": "562F1F92650F5DA7404172B453133902CF48FC4F6D4247211BDF00A95EB4C98A",
|
||||
"dark-navbar.min.css": "7FAD547E326B768904B3739C978DF86FFDDD5E5064FB8F490710D197CCC3018B",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-slice-13.min.css": "7060D8A48F0A1F4822AA09DEB6E666E152A7DCFA195BD4AC830A79C4019996CC",
|
||||
"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.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
40
src/style/dark/dark-slice-13.scss
Normal file
40
src/style/dark/dark-slice-13.scss
Normal file
@ -0,0 +1,40 @@
|
||||
@import "./dark-definitions";
|
||||
.series {
|
||||
.bt-top .bt {
|
||||
@include color("e");
|
||||
}
|
||||
.van-pagination {
|
||||
@include color("e");
|
||||
&-point {
|
||||
@include background-color("3");
|
||||
.van-pagination-item:hover,
|
||||
.van-pagination-active {
|
||||
@include theme-background-color();
|
||||
}
|
||||
}
|
||||
&-btn-next,
|
||||
&-btn-prev {
|
||||
@include color("e");
|
||||
@include background-color("4");
|
||||
@include border-color();
|
||||
}
|
||||
&-pager {
|
||||
li {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
}
|
||||
.switch-button {
|
||||
@include background-color("3");
|
||||
&.on {
|
||||
@include theme-background-color();
|
||||
}
|
||||
&.on::after,
|
||||
&::after {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.series-box .video-card-common {
|
||||
@include background-color();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user