Commit Graph

3 Commits

Author SHA1 Message Date
Maurits van Riezen 7b72e06bc0 GraphQL: Remove unnececairy style element
The color was set in the svg attribute then overridden with a `<style>` element. just applies the content of the `<style>` directly to the root. Visually it's the same but a bit shorter
2025-11-23 08:15:20 +01:00
Anatole Dufour 66a9c23c28 fix: replaced generic svg attribute inside a style tag with an id
There was a style tag with a generic `svg` attribute that applied to every svg on the page. This fix replace it with an Id so it does not affect other svgs on the page.
2025-10-16 21:41:17 +02:00
pheralb 41d98985b4 🧡 Initial commit with Sveltekit. 2023-03-14 21:08:22 +00:00