Merge pull request #10925 from nextcloud/use-main-text-color-for-editable-divs-and-text-areas

Use main text color for editable divs and text areas
This commit is contained in:
Morris Jobke 2018-08-30 20:59:47 +02:00 committed by GitHub
commit df7dc9c4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;