ring-compat
ring-compat copied to clipboard
Make logo dark mode friendly
It can be done similarly to RustCrypto/media#1 by using SVG with CSS rules dependent on @media (prefers-color-scheme: light/dark) { .. } selector.
I just realized this logo isn't an SVG. I'll need to rebuild it as one first, although that shouldn't be too difficult.