chetachiezikeuzor/Obsidian-Snippets

Problem in editing mode

Opened this issue · 1 comments

Hey, I was trying to work with the Pretty Highlights.
When I am on the editing mode writing my notes it returns to the default yellow and only in preview mode it works. Any idea why that might happen?
It makes it really difficult to understand how my note will end up looking when I can't see the colors change in editing mode too.

Had the same issue, I am nearly always in live preview mode.

I am mostly clueless with CSS so this may cause unforseen issues, but I just added the below and I can see the results in live preview:

.markdown-source-view mark {
font-weight: 500;
background-color: var(--text-highlight-rgb);
}