mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +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:
@@ -529,7 +529,7 @@ i.ti {
|
||||
/* region FIXME: override elements (?) */
|
||||
h1.title {
|
||||
margin-bottom: 1.5rem;
|
||||
color: or(--ls-journal-title-color, --lx-gray-12, --ls-title-text-color, #222);
|
||||
color: or(--ls-journal-title-color, --lx-gray-11, --ls-title-text-color, #222);
|
||||
font-size: var(--ls-page-title-size, 36px);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user