kognise / obsidian-atom

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

Remove unnecessary background-color #5

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 unnecessary background color was visible around html tags. I removed it.

Before:

image

After:

image
edgarasben commented 3 years ago

However this is not an ideal solution because it also removes background color for hashtags too:

Before:

image

After:

image
edgarasben commented 3 years ago

Ignore this. Created another PR.