How do I change the site title color for the Zen theme

I am using the Zen theme by @frjo . I have adjusted the colors for headings, links, buttons, etc., in assets/sass/_colors.scss (copied to my root). I cannot figure out how to change the color of the site title. Can anyone suggest how I can update the site title color? I do not see the site title listed in the _colors.scss color map.

Never mind. I was able to change the site title color in assets/sass/components/header/_header.scss:

34c34
<       color: var(--color-text);
---
>       color: var(--color-brand);

I should have looked a little longer before posting. Hope this is helpful for someone else.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.