Closed jsmorabito closed 3 years ago
Yeah, you need to create a snippet that does something with that variable now. In the demo video, I have a CSS snippet which is applying this style:
.CodeMirror-line {
color: var(--text-color);
}
you may need to add !important to the color declaration if it still isn't working.
I might be misunderstanding the instructions.
I put this in the front matter
Then added this to the front matter key section
Am I missing a step?