Experience-Monks / math-as-code

a cheat-sheet for mathematical notation in code form
MIT License
15.02k stars 1.07k forks source link

Darkmode compatibility #86

Open mwmwmw opened 3 years ago

mwmwmw commented 3 years ago

Does this PR introduce a breaking change? (check one)

Did you test your solution?

Problem Description

Equations cannot be read in dark mode due to dark text on dark background.

Solution Description

Include a background colour when querying LaTeX, so the equation is visible in dark mode.

Side Effects, Risks, Impact

I wasn't able to find a solution to the zero-margin image, so legibility is compromised.

The element equations are broken in master and not a result of this fix.