Open akissinger opened 3 days ago
In “dark mode” on Safari/iOS, the HTML background is black. This looks ok for text and math, but figures are mostly invisible. Setting the background to white manually should fix this.
Yeah this should have the easy fix of adding background-color: white; to the CSS of .svg-diagram
background-color: white;
.svg-diagram
In “dark mode” on Safari/iOS, the HTML background is black. This looks ok for text and math, but figures are mostly invisible. Setting the background to white manually should fix this.