Update dark styles

This commit is contained in:
the1812 2021-07-18 10:30:35 +08:00
parent 1ea7580e0f
commit 0a3434e095
3 changed files with 10 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

@ -935,3 +935,10 @@ body:not(.simplify-comment) .panel-area .bb-comment {
@include color("e"); @include color("e");
@include fill("e"); @include fill("e");
} }
.hot-not-rank .hot-not-rank-text {
@include theme-background-color("80");
@include foreground-color();
&:hover {
@include theme-background-color();
}
}