Test the specificity of the :not() pseudo class. The pseudo class :not() itself does not add anything to the specificity of a its selector, only the selectors inside :not() matter for specificity.

This sentence should be green on a pink background, without border. This sentence should be pink on a green background, without border.