casper icon indicating copy to clipboard operation
casper copied to clipboard

Can't distinguish italics inside blockquotes

Open qn7o opened this issue 10 years ago • 4 comments

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 :)

qn7o avatar Nov 06 '14 15:11 qn7o

Good bug catch, excellent suggested fix. You the man.

lacymorrow avatar Nov 06 '14 19:11 lacymorrow

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 !

qn7o avatar Nov 06 '14 19:11 qn7o

Is this still an issue @qn7o? (3 years later)...

lacymorrow avatar Dec 13 '17 00:12 lacymorrow

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 ;)

qn7o avatar Dec 13 '17 13:12 qn7o