Updates to CSS/LESS (Chat text area)

^ Updates CSS/LESS affecting background and text colors in Chat text area to make text more legible.
This commit is contained in:
Professor Bunbury 2021-02-04 21:03:19 -05:00
parent 57a2ebee2b
commit bbbf765e99
2 changed files with 28 additions and 26 deletions

View file

@ -95,8 +95,8 @@
}
#chat-controls {
.roll-type-select {
background: #4f4f4f;
color: #FFFFFF;
background: #a9a9a9;
color: #1C1C1C;
}
label {
color: @bodyFontColor;
@ -104,7 +104,8 @@
}
#chat-form textarea {
background: #4f4f4f;
background: #a9a9a9;
color: #1C1C1C;
}