<!DOCTYPE html> <html> <head> <style> * { color: pink ! important } </style> </head> <body> <a href="">This should be pink</a> </body> </html>