fix: add theme-specific readme logos
This commit is contained in:
@@ -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 />
|
||||
|
||||
4
static/readme-logo-dark.svg
Normal file
4
static/readme-logo-dark.svg
Normal 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 |
4
static/readme-logo-light.svg
Normal file
4
static/readme-logo-light.svg
Normal 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 |
Reference in New Issue
Block a user