You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's not possible to use css to override the colours of SVG URLs that are used as background images because those SVGs are not actually in DOM and can't be targeted by CSS. We've had previous issues that needed to be fixed:
it's not possible to use css to override the colours of SVG URLs that are used as background images because those SVGs are not actually in DOM and can't be targeted by CSS. We've had previous issues that needed to be fixed:
We should go through all the SVG URLs in northstar and do the same treatment as the PRs above: overriding URL colour in the forced colours theme.