I'm trying to do something like this:
:not(h1) > a, :not(figure) > a { background: #859900; }
But it doesn't work, because figure>a catches :not(h1)>a and h1>a catches :not(figure)>a. How can I combine those?
figure>a
:not(h1)>a
h1>a
:not(figure)>a
Aucun commentaire:
Enregistrer un commentaire