mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview'
This commit is contained in:
commit
33c84dd248
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,8 +61,8 @@
|
||||
"danmaku-converter.min.js": "80FE861D0D69A6FB6BE67444A0350182F0245AFE2E61A1043DBA86F092A69868",
|
||||
"danmaku-send-bar.min.css": "52149D46CF3A15CF6EB186CB49F298DE18B0723E52D8693228F66099847EDCCB",
|
||||
"danmaku-send-bar.min.js": "7108E72F00C169F26E20409F4AA79F05553310375BABC392EB7E2166224B800A",
|
||||
"dark.min.css": "875561355ED018B005D814A3629C8EBA911E76A062945498F56A2E5189204DB3",
|
||||
"dark.user.css": "3D369D7E6BD848276A7618A93CFC84E87A92DB29A48BC25CE9BEB83E05D3FDF7",
|
||||
"dark.min.css": "4930A7CAB718E3FC015065782F9B40CA87DE34C46A88DBED8B30CDA45ECC0AAF",
|
||||
"dark.user.css": "07FD83563C22EC3DCACF594475B8C3830BF83B560CB4D9794521355C860FCC05",
|
||||
"dark-color-scheme.min.js": "6D353AC738180317ACF9D2E046BFFBA0ACC0FA7A8D22B8E16C51127CDE4FE96B",
|
||||
"dark-important.min.css": "5369385A2C16188FB11E71C4C5B91275646F22F0F09E518E37813CC4FA23A072",
|
||||
"dark-navbar.min.css": "7FAD547E326B768904B3739C978DF86FFDDD5E5064FB8F490710D197CCC3018B",
|
||||
|
||||
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
@ -538,24 +538,51 @@
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.b-info .balance {
|
||||
&-top {
|
||||
.button {
|
||||
@include border-color();
|
||||
}
|
||||
&:after {
|
||||
@include background-color("a");
|
||||
}
|
||||
}
|
||||
&-footer .part-balance-name {
|
||||
@include color("e");
|
||||
.unbb-des {
|
||||
@include background-color("3");
|
||||
background-image: none !important;
|
||||
a {
|
||||
@include theme-color();
|
||||
.b-info {
|
||||
.balance {
|
||||
&-top {
|
||||
.button {
|
||||
@include border-color();
|
||||
}
|
||||
&:after {
|
||||
@include background-color("a");
|
||||
}
|
||||
.balance-row {
|
||||
.balance-title {
|
||||
@include color("e");
|
||||
}
|
||||
.balance-right .shell-channel .shell-item {
|
||||
@include background-color("3");
|
||||
@include border-color();
|
||||
&-active {
|
||||
@include theme-border-color();
|
||||
}
|
||||
.channel-name {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&-footer .part-balance-name {
|
||||
@include color("e");
|
||||
.unbb-des {
|
||||
@include background-color("3");
|
||||
background-image: none !important;
|
||||
a {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.warning-group {
|
||||
@include border-color();
|
||||
.warning-title {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
.rule-btn {
|
||||
@include theme-color();
|
||||
@include theme-border-color();
|
||||
}
|
||||
}
|
||||
.spend-recode .title-group .selected-title:after {
|
||||
@ -603,4 +630,14 @@
|
||||
.target-user {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.bp-right .des-content {
|
||||
@include background-color("2");
|
||||
.text-content .title {
|
||||
@include color("e");
|
||||
}
|
||||
.button {
|
||||
@include theme-background-color();
|
||||
@include foreground-color();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user