mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-03 10:10:04 +00:00
fix(mdblist): invert MAL SVG colors — blue bg, white text
This commit is contained in:
parent
397d0e2ce0
commit
6366142e0b
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500">
|
||||
<title>MyAnimeList</title>
|
||||
<rect width="500" height="500" fill="#FFFFFF" rx="100"/>
|
||||
<rect width="500" height="500" fill="#2E51A2" rx="100"/>
|
||||
<g transform="translate(50,50) scale(16.666)">
|
||||
<path d="M14.921 6.479c-.82 0-3.683 0-4.947 3.156-.662 1.652-.986 4.812.876 7.886l1.934-1.41s-.767-1.095-1.083-3.191h2.897l.022 3.19h2.604V8.835h-2.581v2.043l-2.46-.023s.413-2.408 2.877-2.336h2.454l-.572-2.04ZM0 6.528v9.624h2.348v-5.84l2.031 2.664 2.047-2.652v5.828h2.336V6.528H6.437L4.368 9.474 2.31 6.528Zm18.447.022v9.583h5.022L24 14.09h-3.232V6.55Z" fill="#2E51A2"/>
|
||||
<path d="M14.921 6.479c-.82 0-3.683 0-4.947 3.156-.662 1.652-.986 4.812.876 7.886l1.934-1.41s-.767-1.095-1.083-3.191h2.897l.022 3.19h2.604V8.835h-2.581v2.043l-2.46-.023s.413-2.408 2.877-2.336h2.454l-.572-2.04ZM0 6.528v9.624h2.348v-5.84l2.031 2.664 2.047-2.652v5.828h2.336V6.528H6.437L4.368 9.474 2.31 6.528Zm18.447.022v9.583h5.022L24 14.09h-3.232V6.55Z" fill="#FFFFFF"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 653 B |
Loading…
Reference in a new issue