kognise / obsidian-atom

A theme for Obsidian based on Atom's One family
The Unlicense
216 stars 58 forks source link

Remove unnecessary code token tag background #6

Closed edgarasben closed 3 years ago

edgarasben commented 3 years ago

When using light theme and writing html code in block such as:

<p>Text</p>

The hashtag styling was affecting html token tags. I removed unnecessary token tag background color:

Before:

image

After:

image

The #tag styling is preserved.

kognise commented 3 years ago

Awesome, thank you!