Hallo,
ist es möglich das Aussehen des SVG <title>TEXT</title>) mit CSS zu ändern?
Mein Aufbau:
<svg xmlns="http://www.w3.org/2000/svg" width="" height="" viewBox="0 0 0 0">
<g id="">
<a id="" href="" >
<path id="" class=""/>
<title>TEXT</title>
</a>
</g>
</svg>
Danke für eure Info/Hilfe.