fix: add theme-specific readme logos

This commit is contained in:
2026-04-19 19:48:49 +02:00
parent 6c96203a03
commit 56fe1a5244
3 changed files with 12 additions and 1 deletions

View File

@@ -3,7 +3,10 @@
<table align="center">
<tr>
<td>
<img src="static/favicon.svg" alt="MyAnimeList logo" width="140" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="static/readme-logo-dark.svg" />
<img src="static/readme-logo-light.svg" alt="MyAnimeList logo" width="140" />
</picture>
</td>
<td>
<strong>MyAnimeList</strong><br />

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linejoin="miter">
<rect x="6" y="10" width="12" height="12" />
<rect x="14" y="6" width="12" height="12" />
</svg>

After

Width:  |  Height:  |  Size: 257 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="#000000" stroke-width="2.5" stroke-linejoin="miter">
<rect x="6" y="10" width="12" height="12" />
<rect x="14" y="6" width="12" height="12" />
</svg>

After

Width:  |  Height:  |  Size: 257 B