elliotchance/gedcom

View on GitHub
html/constants.go

Summary

Maintainability
A
0 mins
Test Coverage
package html

const (
    IndividualMaleColor   = "#0275d8"
    IndividualFemaleColor = "#d9534f"
)