Sector region coordinates and buy link hard to read on certain backgrounds #188
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Priority: Medium
Medium priority issue
While region coordinates can be inferred from neighboring regions, the off-white buy link and the white x,y coordinates are very hard to read on the beach and mountain region types. Beach is difficult because the colors blend very well into the sandy background image and the mountain because they don't seem to have an image and thus render as white.
Based on my research this is likely generated by the code at templates/game/macros/map.html.twig and templates/game/macros/map.html.twig.
A related issue happens when hovering on the buy link on ocean, but you can read it easily before hovering over it.
The span of line 28 on map.html.twig could be changed to have an if/else in twig that changes the color depending on region type, as below,or you could swap this for a more commonly visible color.
This could be fixed for the links below that by either using a new class for the tags, adding it to the CSS, or changing the existing CSS to have a more visible color.
The text was updated successfully, but these errors were encountered: