mgmeyers / obsidian-embedded-note-titles

GNU General Public License v3.0
58 stars 5 forks source link

Overlapping CSS styles #10

Closed mike2003 closed 3 years ago

mike2003 commented 3 years ago

I used styles for CSS customization. .embedded-note-titles .markdown-preview-view > h1, .embedded-note-titles .CodeMirror-scroll > h1 { ...} But it also works in the Community plugins Browser in the plugins description. Can this be avoided somehow?

mgmeyers commented 3 years ago

If you replace .markdown-preview-view with .markdown-preview-view:not(.community-plugin-readme) it should do the trick.

mike2003 commented 3 years ago

Yes, thanks it works.