enhance(ui): polish logseq accent colors

This commit is contained in:
charlie
2024-01-27 11:24:01 +08:00
parent a621f82abe
commit d905dbfe4b
2 changed files with 26 additions and 16 deletions

View File

@@ -69,6 +69,9 @@ html {
}
&[data-color=none] {
--ls-block-bullet-color: var(--rx-gray-08);
--ls-block-bullet-active-color: var(--rx-gray-12);
::selection {
@apply bg-primary/20;
}