Custom css hyperlink text-decoration

Try the above, but this should take care of 2. and 3.

body {
 --link-external-decoration: none; 
} 

Have a look here:

2 Likes