mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
Feat/cmdk radix tweaks (#10493)
* prefer --lx-gray-11 * Fix sidebar item color * Update theme mode images * Update shortcuts globally * Assets updated to support radix * fix: add missing keyboard-shortcut class * fix: custom button background * fix: lower case shortcuts * chore: remove old shortcut list * fix: shortcut ns * enhance: shortcut accepts both sequence and string * fix: shortcut remap ux * fix: remove codemirror box shadow --------- Co-authored-by: Ben Yorke <ben@yorke.io>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#root {
|
||||
> div {
|
||||
color: or(--ls-document-text-color, --lx-gray-12, --ls-primary-text-color, #24292e);
|
||||
color: or(--ls-document-text-color, --lx-gray-11, --ls-primary-text-color, #24292e);
|
||||
font-size: var(--ls-page-text-size);
|
||||
}
|
||||
}
|
||||
@@ -170,7 +170,7 @@
|
||||
}
|
||||
|
||||
&.active, &:active {
|
||||
background-color: or(--ls-left-sidebar-active-background, --lx-gray-05, --ls-quaternary-background-color);
|
||||
background-color: or(--ls-left-sidebar-active-background, --lx-gray-04, --ls-quaternary-background-color);
|
||||
color: or(--ls-left-sidebar-active-text-color, --lx-gray-12);
|
||||
.ui__icon {
|
||||
opacity: .9;
|
||||
|
||||
Reference in New Issue
Block a user