casper
casper copied to clipboard
Can't distinguish italics inside blockquotes
Inside blockquotes, the text is entirely italicised, which is perfectly normal. But if you put a word of the quote in italic, you can't see any difference in the final result.
I think that the typical solution in this case is to remove italics on the said word with something like
blockquote p em {
font-style: none;
}
This way, italicised pieces of text inside blockquotes still stand out :)
Good bug catch, excellent suggested fix. You the man.
Actually I should quit my lazyness and give you a proper pull request :v But I'm glad it helps !
Keep up the great work, cheers !
Is this still an issue @qn7o? (3 years later)...
Hey there; couldn't re-test but it's very easy to test. Style some text as "quote" and put some of its content in italic ;)