mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
dfdef18275
commit
1bc8065df0
2
min/dark-important.min.css
vendored
2
min/dark-important.min.css
vendored
File diff suppressed because one or more lines are too long
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
@ -181,8 +181,8 @@ blockquote {
|
||||
.rank-item .content .info:hover .title,
|
||||
.rank-list .rank-item .content .info:hover .title,
|
||||
.rank-list .rank-item .content .info .up-name:hover,
|
||||
.owner .n .n-fs:hover p,
|
||||
.owner .n .n-gz:hover p {
|
||||
.n .n-fs:hover p,
|
||||
.n .n-gz:hover p {
|
||||
@include theme-color();
|
||||
}
|
||||
|
||||
|
||||
@ -955,3 +955,25 @@ body:not(.simplify-comment) .panel-area .bb-comment {
|
||||
@include foreground-color();
|
||||
}
|
||||
}
|
||||
.lottery-result__content {
|
||||
@include background-color("2");
|
||||
.winners .winner {
|
||||
&__prize {
|
||||
.prize-picture {
|
||||
@include border-color("4");
|
||||
&.default {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
}
|
||||
&__title {
|
||||
@include color("e");
|
||||
}
|
||||
&__desc {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
&__list:before {
|
||||
@include background-color("4");
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user