A code snippet is causing multiple themes to not be compatible with Pixel Banner

Hey, heads up to other theme creators, there has been an issue with most of the themes making Pixel Banner not work. We found the issue to be this:

.markdown-source-view, .markdown-preview-view, .cm-s-obsidian { color: var(–text-normal); background-color: var(–background-primary); }


But kept this portion without issues:

.markdown-source-view, .cm-s-obsidian { color: var(–text-normal); }

Hi. For bug reports, you need to follow and include the bug report template. Thanks.


I don’t see anything like this in the app.css. Please point me to it if I missed it.

Moved to Custom CSS & Theme Design for now.