enhance(ui): polish the accent color of the popover

This commit is contained in:
charlie
2024-01-04 12:29:29 +08:00
parent 55f79e1e00
commit 3c26fbfe07

View File

@@ -17,6 +17,10 @@ html {
}
}
div[data-radix-popper-content-wrapper] div[role=menu] {
background-color: var(--lx-gray-03, hsl(var(--popover)));
}
&:not([data-color=logseq]) {
}