Hi Zoltan Ross,
Actually if you have not set the header background Image or background Overlay then the Site Title/Description color will work as you set. But If the background image or Background Overlay Dark is set then the Site Title/description color will be White and color will be Black if the Background Overlay is set to Light.
We will update about this feature with more dynamic and no complexity soon till then please go to theme directory > inc > custom-header.php on line no 67 you will find below line of code
.site-description {
replace above code with the below one.
.site-description,
.navbar-head.navbar-bg-set .site-title,
.navbar-head.navbar-bg-set .site-title a,
.navbar-head.navbar-bg-set .site-description,
.navbar-head.navbar-bg-set.header-overlay-dark .site-title,
.navbar-head.navbar-bg-set.header-overlay-dark .site-title a,
.navbar-head.navbar-bg-set.header-overlay-dark .site-description,
.navbar-head.header-overlay-dark .site-title,
.navbar-head.header-overlay-dark .site-title a,
.navbar-head.header-overlay-dark .site-description,
.navbar-head.navbar-bg-set.header-overlay-light .site-title,
.navbar-head.navbar-bg-set.header-overlay-light .site-title a,
.navbar-head.navbar-bg-set.header-overlay-light .site-description {
Thank you for reporting about the issue.