mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix column color
This commit is contained in:
parent
8fc11252e5
commit
2c3fd0078f
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
@ -567,6 +567,9 @@ body:not(.simplify-comment) .panel-area .bb-comment {
|
||||
}
|
||||
|
||||
.article-detail {
|
||||
.normal-article-holder {
|
||||
@include color("e");
|
||||
}
|
||||
.card-image {
|
||||
@include background-color("3");
|
||||
}
|
||||
@ -664,15 +667,18 @@ body:not(.simplify-comment) .panel-area .bb-comment {
|
||||
}
|
||||
[class*="color-"][class*="-03"] {
|
||||
@include brightness(6 / 5);
|
||||
> * {
|
||||
@include brightness(5 / 6);
|
||||
}
|
||||
// > * {
|
||||
// @include brightness(5 / 6);
|
||||
// }
|
||||
}
|
||||
[class*="color-"][class*="-04"] {
|
||||
@include brightness(4 / 3);
|
||||
> * {
|
||||
@include brightness(3 / 4);
|
||||
// > * {
|
||||
// @include brightness(3 / 4);
|
||||
// }
|
||||
}
|
||||
[class*="color-"] [class*="color-"] {
|
||||
@include brightness(1);
|
||||
}
|
||||
caption {
|
||||
@include color("a");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user