Skip to content

Commit

Permalink
Update dark styles (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jul 12, 2022
1 parent dc3a008 commit befd59b
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions registry/lib/components/style/dark-mode/dark-slice-17.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,71 @@
}
}
}
.multi-page-v1 {
@include background-color('4');
.head-left {
.cur-page {
@include color('a');
}
.range-box i {
@include color('a');
&:hover {
@include theme-color();
}
}
}
.head-right {
.next-button {
@include color('a');
}
}
.cur-list {
.list-box {
> li {
&,
& a {
@include color('e');
}
&:hover {
@include background-color('5');
}
&.on {
@include background-color('5');
img {
@include to-theme('blue');
}
&,
& a {
@include theme-color();
}
}
.duration {
@include color('a');
}
}
}
.module-box {
> li {
@include background-color('5');
@include border-color();
&,
& a {
@include color('e');
}
&:hover {
@include background-color('6');
}
&.on {
@include theme-background-color();
&,
& a {
@include foreground-color();
}
}
}
}
}
}
.recommend-list-v1 {
.rec-title {
@include color('e');
Expand Down

0 comments on commit befd59b

Please sign in to comment.