typora-notion-theme
typora-notion-theme copied to clipboard
Cursor is invisible in Math Blocks
Thank you for the beautiful theme. The only annoyance is that the cursor is not visible inside Math blocks.
I don't know any CSS but from fiddling around, I was able to fix it by simply appending:
.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
border-left: 3px solid var(--text-color);
}
Hey @danielcs88! Thank you for sharing your issue. I thought I had fixed it already, indeed the cursor should take the text color in those blocks. I'll fix it and push a new release :)
Thanks!
Hey @danielcs88! It took me a minute but this issues has been addressed on the latest release. Feel free to check it out and thank you for raising this issue ❤️