Add style for blockquote
This commit is contained in:
parent
7569ec910d
commit
f2322b4cb1
@ -353,3 +353,8 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Quotes */
|
||||||
|
blockquote {
|
||||||
|
border-left: 1px solid blue;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user