fix(readme): header color should follow GH theme

As browser color scheme preference and GitHub theme can be different
from each other, let's follow GitHub theme instead of browser
preference.
This commit is contained in:
Sefa Eyeoglu 2022-01-19 18:59:24 +01:00
parent 2c2c22ccf8
commit 7022d3d401
No known key found for this signature in database
GPG key ID: C10411294912A422
3 changed files with 34 additions and 9 deletions

View file

@ -1,5 +1,6 @@
<p align="center">
<img src="./program_info/polymc-header.svg" alt="PolyMC logo"/>
<img src="./program_info/polymc-header-black.svg#gh-light-mode-only" alt="PolyMC logo"/>
<img src="./program_info/polymc-header.svg#gh-dark-mode-only" alt="PolyMC logo"/>
</p>
<br>