mirror of https://github.com/wallabag/wallabag.git
Material: render blockquote in italic and strong in bold in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
fdaa044314
commit
819c8f5bd4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue