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 changes: background-image: url("data:image/svg+xml; SVG CODE HERE");
to: background-image: url("data:image/svg+xml!important; SVG CODE HERE")!important;
This means it doesn't work
The text was updated successfully, but these errors were encountered:
It changes:
background-image: url("data:image/svg+xml; SVG CODE HERE");
to:
background-image: url("data:image/svg+xml!important; SVG CODE HERE")!important;
This means it doesn't work
The text was updated successfully, but these errors were encountered: