Fix question icons broken in dark theme

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-04-29 12:24:12 +02:00
parent 4c0bb4b971
commit 8dfcfcb40c
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
2 changed files with 2 additions and 10 deletions

View file

@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<rect width="12" height="2" x="2" y="2" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="6" height="2" x="2" y="11" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="12" height="2" x="2" y="5" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="12" height="2" x="2" y="8" rx="0" ry="0" paint-order="markers stroke fill"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 2h12v2H2zM2 11h6v2H2zM2 5h12v2H2zM2 8h12v2H2z"/></svg>

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 129 B

View file

@ -1,4 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<rect width="12" height="2" x="2" y="5" rx="0" ry="0" paint-order="markers stroke fill"/>
<rect width="6" height="2" x="2" y="8" rx="0" ry="0" paint-order="markers stroke fill"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 5h12v2H2zM2 8h6v2H2z"/></svg>

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 104 B