IS2511 / ChatIS

ChatIS v3 (the long awaited sequel) [WIP]
31 stars 2 forks source link

Suggestion for better text shadow #12

Closed Johnnycyan closed 1 year ago

Johnnycyan commented 1 year ago

Instead of using text-shadow you can just use filter: drop-shadow(1px 1px 2px #333); on the #chat_container and it supports drop-shadow for 7tv paint names and also emotes which are both impossible with the text-shadow css currently used.

So essentially I recommend changing from using text-shadow settings to using the drop-shadow filter instead for better support.

IS2511 commented 1 year ago

Implemented :heavy_check_mark: