feat: merge a new light theme

This commit is contained in:
charlie
2020-12-11 17:58:19 +08:00
parent 0492b28235
commit 6af12a4faf
6 changed files with 243 additions and 117 deletions

View File

@@ -35,5 +35,6 @@ html[data-theme=dark] {
color: var(--ls-page-checkbox-color, #6093a0);
background-color: var(--ls-page-checkbox-color, #6093a0);
border-color: var(--ls-page-checkbox-border-color, #6093a0);
border: none;
}
}