magicsunday / webtrees-pedigree-chart

SVG based pedigree chart module for webtrees genealogy application.
GNU General Public License v3.0
49 stars 15 forks source link

feature request: color code #6

Open hartenthaler opened 3 years ago

hartenthaler commented 3 years ago

I know that you have not much time, but I like the design of your module and the possibility to get an overview showing many generations.

It would be nice to use color code for parts of the ancestors, like blue for the family of the father of my father and green for the family of the mother of my mother and so on. I would prefer this more than blue for the men and red for the women.

Gunnar-GO commented 2 years ago

You can force it by yourself. Just add

.female { fill: lightgreen; stroke: green !important; }

in your "CSS und JS"-Module.

hartenthaler commented 2 years ago

My request was not about the color of male/female. It was about family branches.