Fix: Trophy-Icon fill:#f59e0b auf SVG + use — goldene Farbe auch im Sprite sichtbar, SW by-v521

This commit is contained in:
rene 2026-04-29 21:51:35 +02:00
parent ed8398fdd4
commit d1e4867fb4
3 changed files with 3 additions and 3 deletions

View file

@ -237,7 +237,7 @@
<div style="display:flex;justify-content:center">
<span data-page="gruender" style="cursor:pointer;font-weight:600;font-size:var(--text-xs);
color:var(--c-text-muted);display:inline-flex;align-items:center;gap:5px">
<svg style="width:18px;height:18px;flex-shrink:0;color:#f59e0b" aria-hidden="true"><use href="/icons/phosphor.svg#trophy"></use></svg>
<svg style="width:18px;height:18px;flex-shrink:0;fill:#f59e0b;color:#f59e0b" aria-hidden="true"><use href="/icons/phosphor.svg#trophy" style="fill:#f59e0b;color:#f59e0b"></use></svg>
die 100
</span>
</div>