Home
last modified time | relevance | path

Searched refs:COUNT_CSS_COLORS (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Module/
H A DPedigreeMapModule.php66 protected const int COUNT_CSS_COLORS = 12;
246 … $color = 'var(--wt-pedigree-map-gen-' . $generation % self::COUNT_CSS_COLORS . ')';
247 $class = 'wt-pedigree-map-gen-' . $generation % self::COUNT_CSS_COLORS;