HolgerJeromin left a comment (openstreetmap/openstreetmap-website#4789)
@hlfan
Would be nice if we could reuse the color of the text or link.
Easiest would be to use
[`currentColor`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#currentcolor_keyword):
```html
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
<path fill="none" stroke="currentColor" stroke-dasharray="17.571 6.505 25"
stroke-linecap="round" stroke-width="2" d="M12 4a1 1 0 014 4l-3 3A1 1 0 019
7ZM8 16a1 1 0 01-4-4l3-3a1 1 0 014 4Z" ></path>
</svg>
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4789#issuecomment-2697718164
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/4789/c2697718...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev