Fix chat not showing on join

Opacity was set to zero percent and never changed.  This removes the
opacity CSS value.  It looks like opacity was used at one point, but
never fully removed.
This commit is contained in:
Zorchenhimer 2019-11-28 20:01:25 -05:00
parent 47c837733d
commit 78ecee1395
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ input[type=text] {
#messages {
min-height: 15em;
color: var(--var-message-color);
opacity: 0%;
overflow-y: scroll;
border: var(--var-border);
}