vrtmrz / obsidian-tagfolder

MIT License
211 stars 17 forks source link

color set not work with minimal theme #68

Closed liangzh-404 closed 1 year ago

liangzh-404 commented 1 year ago

the tag number and tag for specific notes are masked.

image image
liangzh-404 commented 1 year ago

currently I am using below css snippet to fix:

div.tagfolder-quantity.itemscount.svelte-etffjf > span{ color:var(--nav-item-color)!important; } div.taglist.svelte-etffjf > span{ color:var(--nav-item-color)!important; }

vrtmrz commented 1 year ago

Thank you for opening the issue! I missed it! I will check and fix this in the next version.

vrtmrz commented 1 year ago

Sorry for being late! This issue has been fixed at v0.15.21. Could you please try this version?

liangzh-404 commented 1 year ago

yes, you fixed this !thanks~