cannibalox / logtools

Logtools: utilities for Logseq (kanban, image gallery, priority matrix, ...)
MIT License
213 stars 9 forks source link

Tabler-icons code is incorrectly escaped #16

Closed qbosen closed 2 years ago

qbosen commented 2 years ago

kanban icon displays incorrectly in MacOS

I check the css file and find the icon code escaps from \ec3f to ec3f

a.tag[data-ref*=".v-kanban"]:before {
    content: "ec3f";
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-family: tabler-icons;
}
image