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); }