Fixed code icon from hardcoded to currentcolor.

This commit is contained in:
nathalie 2026-04-21 18:39:19 +02:00
parent 9a0c8d6350
commit d98a71fc82

View File

@ -410,7 +410,7 @@
</symbol>
<symbol id="code" viewBox="0 0 24 24">
<path fill="currentColor" d="M7 8L3 11.6923L7 16M17 8L21 11.6923L17 16M14 4L10 20" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path fill="currentColor" d="M7 8L3 11.6923L7 16M17 8L21 11.6923L17 16M14 4L10 20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</symbol>
<symbol id="link" viewBox="0 0 24 24">

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB