forked from wallabag/wallabag
Material: render blockquote in italic and strong in bold in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -673,6 +673,14 @@ a.original {
|
|||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#article article blockquote {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
#article article strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#article article pre {
|
#article article pre {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0 0 1.75em;
|
margin: 0 0 1.75em;
|
||||||
|
|||||||
Reference in New Issue
Block a user