Redesign blockquote styling
This commit is contained in:
parent
8753e5317f
commit
e4b65e6349
1 changed files with 4 additions and 2 deletions
|
@ -51,8 +51,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin-left: 20px;
|
padding-left: 10px;
|
||||||
color: $dark-text-color;
|
border-left: 3px solid $darker-text-color;
|
||||||
|
color: $darker-text-color;
|
||||||
|
white-space: normal;
|
||||||
|
|
||||||
p:last-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue