Material: render blockquote in italic and strong in bold in article

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2016-11-20 20:45:05 +01:00
parent fdaa044314
commit 819c8f5bd4
1 changed files with 8 additions and 0 deletions

View File

@ -673,6 +673,14 @@ a.original {
list-style-type: disc;
}
#article article blockquote {
font-style: italic;
}
#article article strong {
font-weight: bold;
}
#article article pre {
box-sizing: border-box;
margin: 0 0 1.75em;