Skip to content

Conversation

@krisjdev
Copy link
Collaborator

@krisjdev krisjdev commented Nov 4, 2025

The styling from was inadvertently colouring other icons on the page, when it should have only been modifying the colours of the symbols in the SVGs.

This has been fixed by grouping the individual paths that make up the symbols into a symbols group, ensuring that its ID is set to symbols in the object properties in Inkscape, clearing existing CSS styling from the SVG and updating the CSS selector in src/css/custom.css to only modify the symbols group.

The styling from was indavertantly colouring other icons on the page, when it should have only been modifying the colours of the symbols in the SVGs.

This has been fixed by grouping the individual paths that make up the symbols into a `symbols` group, ensuring that its ID is set to `symbols` in the object properties in Inkscape, clearing existing CSS styling from the SVG and updating the CSS selector in `src/css/custom.css` to only modify the `symbols` group.
@urish urish merged commit ba04e02 into wokwi:main Nov 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants