text: set font style to em nested in blockquote

* Sets the em font style to normal when it's nested in a blockquote as
  the blockquote font style is already italic.

Co-Authored-by: iGor milhit <igor@milhit.ch>
dev
iGor milhit 2021-11-29 21:58:21 +01:00
parent 40da59a1eb
commit e78fd961ae
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@
margin: .4rem 0;
}
em {
font-style: normal;
}
figcaption {
text-align: right;
margin-top: 1rem;