HI everybody, I want to remove all the underline on links sitewide, I added the a:-webkit-any-link because I saw Webstudio is using while inspecting the page, but it doesn't work, I tried with the !important and it doesn't work, I also tried to turn the "Run script on canvas" on and still doesn't work, this code is in an embed : <style>
a, a:-webkit-any-link{ text-decoration: none ; }
</style>
So I guess my question is, how can apply CSS sitewide at the very beginning of my project? Thanks in advance