system-design-primer
system-design-primer copied to clipboard
Added white background to all images (#630)
The images don’t work well in dark mode (#630), I added a white background to all .png
files with imageMagick
:
find -name '*.png' -exec convert {} -background white -alpha remove -alpha off {} \;
@donnemartin Please merge the pr.
@harsh-batheja I've changed the backgrounds to grey, as you suggested here. The images that already had a background have stayed white though.
Can this be merged please? Having real difficulty reading the images with dark mode. Thanks
@benjo456 you could use my fork instead for now.