change border color for Quotes
This commit is contained in:
parent
9ecd9884ba
commit
9f77a36439
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ blockquote {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 1.75em 0 1.75em 0;
|
margin: 1.75em 0 1.75em 0;
|
||||||
padding: 0 0 0 1.75em;
|
padding: 0 0 0 1.75em;
|
||||||
border-left: #4A4A4A 0.4em solid;
|
border-left: #FFC0CB 0.4em solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .post-content {
|
.post .post-content {
|
||||||
|
|
Loading…
Add table
Reference in a new issue