I want to style code
elements that are not inside a
tags.
What is the best approach to accomplish this?
code:not(a code)
doesn't seem to work at all, at least on Chrome, even though it seems like it should
I can't get it to work from the console either.
Are there any other css-only approaches I could use for this?