enhance(ui): polish the non-accent colors

This commit is contained in:
charlie
2024-01-23 14:42:27 +08:00
parent 201b34a089
commit c697a10d5a
4 changed files with 19 additions and 34 deletions

View File

@@ -6,6 +6,7 @@ html[data-theme=light] {
--accent: var(--rx-gray-12-hsl);
--accent-foreground: var(--rx-gray-02-hsl);
--input: var(--rx-gray-03-hsl);
--secondary: 240 4.8% 95.9%;
}
html[data-theme=dark] {
@@ -68,9 +69,11 @@ html {
}
&[data-color=none] {
#ui__ac-inner {
::selection {
@apply bg-primary/20;
}
#ui__ac-inner {}
}
}
@@ -89,12 +92,6 @@ html[data-theme=light] {
html[data-theme=dark] {
background-color: #161616;
&:not([data-color=logseq]) {
body {
--lx-popover-bg: var(--lx-gray-02);
}
}
&[data-color=logseq] {
@apply bg-[#002b36];