fix unreadable team chat input text color

This commit is contained in:
ansuz 2020-06-18 15:24:58 -04:00
parent 1ef0651bc8
commit 521b59088b

View File

@ -45,7 +45,7 @@
.cp-app-contacts-input {
textarea {
border: 0px;
color: white;
color: @cryptpad_text_col;
}
}
}