mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ui): handbook colors for the non-accent colors
This commit is contained in:
@@ -605,10 +605,8 @@ mark {
|
||||
font-family: MonoLisa, 'Fira Code', Monaco, Menlo, Consolas, 'COURIER NEW',
|
||||
monospace;
|
||||
letter-spacing: 0;
|
||||
background-color: or(--ls-inline-code-background, --lx-gray-06, --ls-page-inline-code-bg-color, #eee);
|
||||
color: or(--ls-inline-code-text, --lx-gray-11, --ls-page-inline-code-color);
|
||||
background-color: var(--ls-page-inline-code-bg-color, #eee);
|
||||
color: var(--ls-page-inline-code-color);
|
||||
background-color: var(--lx-gray-06, var(--ls-page-inline-code-bg-color, var(--rx-gray-05)));
|
||||
color: var(--lx-gray-11, var(--ls-page-inline-code-color, var(--rx-gray-11)));
|
||||
text-rendering: optimizeSpeed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user