This commit is contained in:
Coulomb_G 2021-07-17 02:03:49 +08:00
parent 17cd84d1f3
commit dfdef18275
3 changed files with 13 additions and 3 deletions

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

View File

@ -912,7 +912,7 @@ body:not(.simplify-comment) .panel-area .bb-comment {
}
.btn-subscribe {
@include theme-background-color();
@include color("e");
@include foreground-color();
}
}
#page-dynamic .col-2 .section-title {
@ -944,4 +944,14 @@ body:not(.simplify-comment) .panel-area .bb-comment {
@include color("a");
}
}
}
#page-404 {
@include background-color("4");
.p404 .error {
@include color("a");
}
.back-btn {
@include theme-background-color();
@include foreground-color();
}
}