ShoyuVanilla / FoundryVTT-Chat-Portrait

Other
14 stars 24 forks source link

Background images obscure roll type colouring #68

Closed LorduFreeman closed 3 years ago

LorduFreeman commented 3 years ago

Specifically Line 10-18 in the .css:

.chat-message,
.chat-message.emote,
.chat-message.blind {
  background-image: url(../assets/parchment.jpg);
  background-repeat: repeat;
}
.chat-message.whisper {
  background-image: url(../assets/parchment-white.jpg);
}

The parchment backgrounds obscoure the chat card colour and make recognizing which roll type it is very hard. In my opinion they should be removed.

image vs image

p4535992 commented 3 years ago

Should be fixed on 0.4.7