marp-team / marp-core

The core of Marp converter
MIT License
766 stars 129 forks source link

Decrease specificity of highlight.js classes for default theme #307

Closed yhatt closed 2 years ago

yhatt commented 2 years ago

Resolve #304.

Wrapped every highlight.js proxy class by :where(). Now those class specificities have become zero (0-0-1) so users can tweak style by simple class definition .hljs-xxxxx (0-1-0).