Skip to content

Commit

Permalink
Merge pull request #10925 from nextcloud/use-main-text-color-for-edit…
Browse files Browse the repository at this point in the history
…able-divs-and-text-areas

Use main text color for editable divs and text areas
  • Loading branch information
MorrisJobke authored Aug 30, 2018
2 parents ab9672a + 13e7491 commit df7dc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit df7dc9c

Please sign in to comment.