noatpad / typora-theme-ursine

A Typora theme, inspired by Bear
MIT License
715 stars 86 forks source link

math equations blend into the background in polar #80

Open yuwen-math opened 1 year ago

yuwen-math commented 1 year ago

Math equations in header has the same color in umbra and polar, so it is blending into the background.

image image

yuwen-math commented 1 year ago

I added

.md-inline-math g,
.md-inline-math svg {
  stroke: #333!important;
  fill: #333 !important;
}

to ursine-polar.css. I'm sure there is a more elegant solution, but this works for now.