this repo has no description

Add light mode wordmark for the README

Changed files
+5 -1
img
+5 -1
README.md
··· 1 1 <h3 align="center"> 2 - <img src="./img/wordmark.png" alt="moonlight" /> 2 + <picture> 3 + <source media="(prefers-color-scheme: dark)" srcset="./img/wordmark-light.png"> 4 + <source media="(prefers-color-scheme: light)" srcset="./img/wordmark.png"> 5 + <img src="./img/wordmark.png" alt="moonlight" /> 6 + </picture> 3 7 4 8 <a href="https://discord.gg/FdZBTFCP6F">Discord server</a> 5 9 \- <a href="https://github.com/moonlight-mod/moonlight">GitHub</a>
img/wordmark-light.png

This is a binary file and will not be displayed.