Devo7v/UserCSS

Google Voice - message box white

Opened this issue · 0 comments

The input box for text messages on Google Voice is white.

This CSS seems to fix it:

.gvThreadDetails-messageEntryContainer {
    background: initial;
}