Inkdrop math gray background

Hello!
New user here, love the app, just one question: is there any way to get rid of the gray background the inkdrop-math plugin produces for non-inline equations?
Thanks.

Hi Vilmos,

Thank you for the question.
You can tweak UI by adding a custom stylesheet like so:

.mde-preview pre {
  background-color: transparent;
}

Note that it will change not only math blocks but also other codeblocks’ bg color.