0.70.7
Make favicon adapt to light/dark browser theme (#173) The SVG now ships its own stroke colors via an embedded stylesheet and a prefers-color-scheme media query: #26251e in light UIs, #f2f1ed in dark UIs. Inline stroke="#26251e" attributes on each shape are dropped since the CSS rules own the color now.