Andy-set-studio / hylia

Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.
https://hylia.website
MIT License
905 stars 230 forks source link

fix: footer h2 text color for light/dark themes #68

Closed chrisburnell closed 5 years ago

chrisburnell commented 5 years ago

This h2 "disappears" when using the dark theme, as the text color is the same as the background. Changing --color-dark to --color-text seems to toggle its text color correctly!

Andy-set-studio commented 5 years ago

Thanks Chris! I really appreciate it :)