Use main text color for editable divs and text areas
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
3a62890a13
commit
13e749190e
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ button, .button {
|
|||
}
|
||||
|
||||
textarea, div[contenteditable=true] {
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-main-text);
|
||||
cursor: text;
|
||||
font-family: inherit;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue