mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
Fix: better font display when editing a block.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
--ls-primary-background-color: #002b36;
|
||||
--ls-secondary-background-color: #073642;
|
||||
--ls-tertiary-background-color: #0f4552;
|
||||
--ls-alternative-background-color: #01313d;
|
||||
|
||||
--ls-block-properties-background-color: #02222a;
|
||||
--ls-search-background-color: var(--ls-primary-background-color);
|
||||
--ls-border-color: #0e5263;
|
||||
@@ -51,6 +53,9 @@
|
||||
--ls-primary-background-color: white;
|
||||
--ls-secondary-background-color: #D8E1E8;
|
||||
--ls-tertiary-background-color: #f0f8ff;
|
||||
--ls-alternative-background-color: #ced9e0;
|
||||
|
||||
|
||||
--ls-block-properties-background-color: var(--ls-tertiary-background-color);
|
||||
--ls-search-background-color: var(--ls-primary-background-color);
|
||||
--ls-border-color: #ccc;
|
||||
@@ -134,7 +139,7 @@ textarea {
|
||||
padding: 8px;
|
||||
border: 1px solid rgba(39,41,43,.15);
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
width: 100%;
|
||||
resize: none;
|
||||
|
||||
Reference in New Issue
Block a user