mateuscechetto / hearthstone-set-review-bot

A centralized hub for Hearthstone card reviews. It also collects ratings from Twitch chat.
https://hs-set-review.herokuapp.com
MIT License
1 stars 0 forks source link

[Improvement]: Increase contrast on card/class tables #20

Open mateuscechetto opened 11 months ago

mateuscechetto commented 11 months ago

The contrast on some classes is not ideal, as shown in the images below: classes table: classes

dh cards table: dh

Adjust the background and text colors to have a better contrast while still easy to recognize the class through the color.

Consider changing the cards table to use cropped image and the other columns of the table with white background, like the one in hsreplay:

hsreplay-table

If you are going to use the cropped images, we have then in the from-api-updated.json, but it is needed to add them to the Card schema and to the database.

mateuscechetto commented 9 months ago

Follow-up: On mobile, the hover on cards doesn't work very well. making it hard to know what card it is (people are not familiar with new cards names).