Thread
:
CSS selectors
View Single Post
02-04-2019, 03:58 PM
#
2
Doitsu
Grand Sorcerer
Posts: 5,729
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Theoretically, you could use a
:not()
pseudo selector for this. For example:
Code:
p:not([class]) + p { color: red; }
However, pseudo selectors are usually only supported by epub
3
readers/apps.
Doitsu
View Public Profile
Find More Posts by Doitsu
Track Posts by Doitsu via RSS