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

@@ -24,7 +24,7 @@ html {
::selection {
background-color: $selection-color;
.dark & {
[theme=dark] & {
background-color: $selection-color-dark;
}
}
@@ -35,7 +35,7 @@ body {
overflow-wrap: break-word;
scrollbar-color: auto;
&.dark {
&[theme=dark] {
color: $global-font-color-dark;
background-color: $global-background-color-dark;
}