feat: update darkmode support

This commit is contained in:
Sivan 2020-05-18 00:49:59 +08:00
parent 150d657a8e
commit a0367d5a66
14 changed files with 1456 additions and 504 deletions

View file

@ -16,7 +16,7 @@
border-color: hsl(0, 0%, 80%);
word-break: break-word;
@media (prefers-color-scheme: dark) {
@include darkmode-style {
border-color: hsl(0, 0%, 25%);
}
}
@ -31,7 +31,7 @@
border-style: solid;
border-color: hsl(0, 0%, 80%);
@media (prefers-color-scheme: dark) {
@include darkmode-style {
border-color: hsl(0, 0%, 25%);
}
}