mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): replace the hard color to radix and shadcn vars color
This commit is contained in:
@@ -477,10 +477,10 @@
|
||||
}
|
||||
|
||||
.color-level {
|
||||
background-color: or(--ls-right-sidebar-content-background, --lx-gray-02, --color-level-1);
|
||||
background-color: or(--ls-right-sidebar-content-background, --lx-gray-02, --color-level-1, --rx-gray-02);
|
||||
|
||||
.dark & {
|
||||
background-color: or(--ls-right-sidebar-content-background, --lx-gray-01, --color-level-1);
|
||||
background-color: or(--ls-right-sidebar-content-background, --lx-gray-01, --color-level-1, --rx-gray-01);
|
||||
}
|
||||
|
||||
& .color-level {
|
||||
|
||||
Reference in New Issue
Block a user