cqroot / joplin-outline

A markdown outline (TOC) sidebar plugin for Joplin.
MIT License
215 stars 16 forks source link

remove quotes around value of font-family so that value is correctly interpreted #28

Closed brttbndr closed 3 years ago

brttbndr commented 3 years ago

The default value for font-family is var(--joplin-font-family)

I think that with quotes around this default value, it's interpreted as a literal and you get the "wrong" presentation.

With the quotes removed, the var is interpolated you get the "right" presentation (i.e. the font referred to by the variable).

image

image

cqroot commented 2 years ago

@all-contributors please add @brttbndr for code.

allcontributors[bot] commented 2 years ago

@cqroot

I've put up a pull request to add @brttbndr! :tada: