@Brett Merkey - I've experimented with your code and it works very well on my Kindles. However, if I use
Code:
.firstp::first-line {
color: blue;
font-variant: small-caps;
it works as it should, but if I try, for example,
Code:
.firstpuc::first-line {
color: red;
text-transform: uppercase;
it ignores the text-transform. Do you know if this is somehow excluded from use with ::first-line? I've hunted around, but can't find anything.
Thanks!