Add style for blockquote
This commit is contained in:
parent
e558c96047
commit
427a69a938
1 changed files with 5 additions and 0 deletions
|
|
@ -353,3 +353,8 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Quotes */
|
||||||
|
blockquote {
|
||||||
|
border-left: 1px solid blue;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue