mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
Make .keyboard-shortcut > code elems easier to read
This commit is contained in:
committed by
Tienson Qin
parent
071615f34d
commit
2f95425687
@@ -1135,6 +1135,7 @@ a.page-op {
|
||||
background-color: var(--ls-quaternary-background-color);
|
||||
padding: 2px 4px !important;
|
||||
border-radius: 6px;
|
||||
color: var(--ls-secondary-text-color);
|
||||
}
|
||||
|
||||
html[data-theme='light'] .keyboard-shortcut > code {
|
||||
@@ -1142,7 +1143,7 @@ html[data-theme='light'] .keyboard-shortcut > code {
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .keyboard-shortcut > code {
|
||||
box-shadow: inset 0 -1px 0 var(--ls-primary-background-color), 0 0 1px 1px rgba(255, 255, 255,.1);
|
||||
box-shadow: inset 0 -1px 0 var(--ls-primary-background-color), 0 0 1px 1px rgba(255, 255, 255,.2);
|
||||
}
|
||||
|
||||
.ui__modal-panel {
|
||||
|
||||
Reference in New Issue
Block a user