eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.25k stars 594 forks source link

File download block's icon isn't visible in dark mode #503

Closed Lastofthefirst closed 1 year ago

Lastofthefirst commented 1 year ago

Here's a screenshot:

Screen Shot 2023-01-19 at 11 38 47 AM

Thanks for all the good work.

eddiesigner commented 1 year ago

Thank you for the heads up! I will fix it in a next release. In the meantime you can inject the following code in the Ghost Admin (Settings --> Code injection --> Site header):

<style>
.l-post-content .kg-file-card .kg-file-card-icon svg {
  color: var(--accent-color);
}
</style>
eddiesigner commented 1 year ago

I just realised that this was fixed several months ago, that means that you're probably using an old version of the theme, I would suggest to update to the latest version, just be aware that the theme is now only compatible with Ghost 5.