ring-compat icon indicating copy to clipboard operation
ring-compat copied to clipboard

Make logo dark mode friendly

Open newpavlov opened this issue 4 years ago • 1 comments

It can be done similarly to RustCrypto/media#1 by using SVG with CSS rules dependent on @media (prefers-color-scheme: light/dark) { .. } selector.

newpavlov avatar Jul 11 '21 04:07 newpavlov

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.

tarcieri avatar Jul 18 '21 19:07 tarcieri