forked from GitHub-Mirrors/foundry-sw5e
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:
parent
57a2ebee2b
commit
bbbf765e99
2 changed files with 28 additions and 26 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue