chore: update docs and style (#269)

This commit is contained in:
Dillon
2020-04-28 01:38:22 +08:00
committed by GitHub
parent b46c81053f
commit 6805d695f6
69 changed files with 540 additions and 454 deletions

View File

@@ -32,7 +32,7 @@
color: $pagination-link-hover-color;
}
.dark &:hover a {
[theme=dark] &:hover a {
color: $pagination-link-hover-color-dark;
}
@@ -47,8 +47,8 @@
bottom: 0px;
}
.dark &:before,
.dark &:after {
[theme=dark] &:before,
[theme=dark] &:after {
background: $pagination-link-hover-color-dark;
}
@@ -78,7 +78,7 @@
color: $pagination-link-hover-color;
}
.dark & a {
[theme=dark] & a {
color: $pagination-link-hover-color-dark;
}