Skip to content

0.70.7

Choose a tag to compare

@github-actions github-actions released this 21 Apr 00:32
e4dd894
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.