Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color

Fix mastodon-light background color of the composer textarea when posting
th-downstream
ThibG 6 years ago committed by GitHub
commit ec8a7b4164

@ -122,6 +122,8 @@ $account-background-color: white;
.composer--spoiler input, .composer--textarea textarea {
color: darken($ui-base-color, 80%);
&:disabled { background: darken($simple-background-color, 10%) }
&::placeholder {
color: darken($ui-base-color, 70%);
}

Loading…
Cancel
Save