Change site title color on individual pages

Ack i missed it.

Just add this css

//changes site title and slogan
.home .gk-logo-text.inverse > span {
    color: white!important;
}

//changes site slogan only
.home .gk-logo-text.inverse > span + span {
    color: white!important;
}

thanks @cjbj