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>pull/37/head
parent
40da59a1eb
commit
e78fd961ae
|
@ -45,6 +45,10 @@
|
||||||
margin: .4rem 0;
|
margin: .4rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue