added style for blockquotes
This commit is contained in:
parent
84336e7c39
commit
4c1da51102
1 changed files with 21 additions and 0 deletions
|
@ -19,6 +19,27 @@ h1, h2, h3, h4 {
|
|||
color: #666666;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: #F0F2F5;
|
||||
color: #999999;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
font-style: italic;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
blockquote p:last-child {
|
||||
font-style: normal;
|
||||
padding-left: 30px;
|
||||
|
||||
}
|
||||
|
||||
.site {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
|
|
Loading…
Add table
Reference in a new issue