Closed phseiff closed 3 years ago
I created a branch where this change can be seen. You can look here for comparison, to see how it'd look if I where to change the table according to this issue's suggestion.
I got feedback from @yeldiRium on the branch and merged it now (https://github.com/phseiff/gender-render/commit/e34f31f7770965c243fdb64f1df57a76ce581728).
This is a minor, stylistic thing in the README that I thought about, not really worth raising an issue about it, but I didn't come to a conclusion myself, so I figured I would post it here to possibly get some second opinions about it.
As it is now, every second row in the table in which the Quick Start section is arranged (this one) is gray, and every second one is white, because this is how GitHub's CSS styles tables. This comes with...
I figured out that, since I am using a HTML table rather than a markdown table in the markdown file, it's possible to make every row white (rather than gray) by inserting empty rows between every non-empty row. These empty rows will then be colored gray, which won't have any effect since they'll be invisible anyways.
My question: Do you think that this would look better/ more intuitive than it currently does, or do the advantages of having every second row gray outnumber the disadvantages? You can answer with a thumbs-up for yes/ thumbs-down for no, or leave a comment, if you have an opinion on this.
Note that I might apply this to other tables in future repositories as well, so this is partially a general question and not just me over-optimizing this project's README, in case you are worrying about that :)