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
7135e5c11c
commit
2efc0cadf1
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
@ -53,11 +53,13 @@
|
||||
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
|
||||
"custom-navbar-watchlater-list.min.js": "57EA2C62F7442750BB177B9898CF07BA61C45F0FD99737516ED609051699B054",
|
||||
"danmaku-converter.min.js": "908389A7D4E5F8546075B74F41BF03BD974073B4203723A575CF22082B358692",
|
||||
"dark.min.css": "A19A94DCF91C7586D840907F2C2AD9E0E1AF1E4AA937040F518FADA971F558D6",
|
||||
"dark.user.css": "1F051B60F10517CC9C211B0A146B35AA6DF61DF0DBDD4FB5DA510500F27BEE92",
|
||||
"dark.min.css": "1B294918DE11767E5DE4EA5D31916030CAD9F58ADE4F9F213024363F429B62E4",
|
||||
"dark.user.css": "04629CD3192CFC5630E608727C67154F6A1068C7EC33C50737ED668000C487D4",
|
||||
"dark-important.min.css": "9381B563726BCA701DD77C7AD572793538A45CB839F56008A55EE46821EA1B05",
|
||||
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-slice-11.min.css": "F34B710CEBE8438EE5B3AC8156208F941F94BB92778F50A5BFFA4938DC68B31C",
|
||||
"dark-slice-9.min.css": "7735208CCCC6CA8DBD95BDCB93E176BA6656FE717C1A39781163AB7788394971",
|
||||
"dark-styles.min.js": "BF0AAA18064DFE8378160EB6BE65B1EF706B20BC01141355265D2EB18A72EE55",
|
||||
"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
@ -994,7 +994,7 @@
|
||||
}
|
||||
.section .avatar .red-dot {
|
||||
@include theme-background-color();
|
||||
@include border-color();
|
||||
@include border-color("4");
|
||||
}
|
||||
}
|
||||
> .icon.active {
|
||||
|
||||
@ -532,23 +532,45 @@ $highlight-map: (
|
||||
}
|
||||
}
|
||||
}
|
||||
.most-viewed-item .icon-bg-1 {
|
||||
.icon-bg-2 {
|
||||
@include theme-background-color("10");
|
||||
@include border-color("4");
|
||||
.most-viewed-item {
|
||||
.section {
|
||||
.avatar {
|
||||
@include border-color("4");
|
||||
box-shadow: 0 0 0 1px transparent !important;
|
||||
&.active {
|
||||
box-shadow: 0 0 0 1px var(--theme-color) !important;
|
||||
}
|
||||
}
|
||||
.icon-all {
|
||||
@include theme-background-color("30");
|
||||
@include border-color("4");
|
||||
box-shadow: 0 0 0 1px transparent !important;
|
||||
&.active {
|
||||
box-shadow: 0 0 0 1px var(--theme-color) !important;
|
||||
}
|
||||
.icon {
|
||||
@include theme-fill();
|
||||
}
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
@include theme-fill();
|
||||
}
|
||||
.avatar {
|
||||
@include background-color("2");
|
||||
@include border-color("4");
|
||||
}
|
||||
|
||||
&.active {
|
||||
@include theme-background-color();
|
||||
.icon-bg-1 {
|
||||
.icon-bg-2 {
|
||||
background-color: rgba(64, 64, 64, 0.875) !important;
|
||||
@include theme-background-color("10");
|
||||
@include border-color("4");
|
||||
}
|
||||
.icon {
|
||||
@include theme-fill();
|
||||
}
|
||||
.avatar {
|
||||
@include background-color("2");
|
||||
@include border-color("4");
|
||||
}
|
||||
|
||||
&.active {
|
||||
@include theme-background-color();
|
||||
.icon-bg-2 {
|
||||
background-color: rgba(64, 64, 64, 0.875) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user