enhance: theme tweaks

Code and ideas are mostly from https://github.com/PiotrSss/logseq-bujo-theme.
This commit is contained in:
Tienson Qin
2021-02-22 22:51:29 +08:00
parent 12e23c932a
commit 8ea487a5cd
10 changed files with 182 additions and 91 deletions

View File

@@ -82,29 +82,6 @@
border-left: 4px solid transparent;
}
.form-checkbox {
color: var(--ls-page-checkbox-color, #137cbd);
background-color: transparent;
border-radius: 0;
border: 2px solid;
border-color: var(--ls-page-checkbox-border-color);
appearance: none
}
.form-checkbox {
&:checked {
border: none;
&:focus {
box-shadow: none;
}
}
&:not(:checked):focus {
box-shadow: none;
}
}
.form-select {
background-color: var(--ls-primary-background-color, transparent);
background-repeat: no-repeat;