Add styling for quotes

This commit is contained in:
Toby Zerner 2015-05-14 22:34:12 +09:30
parent 78c6637940
commit e78951ca39

View File

@ -241,7 +241,8 @@
}
.post-body {
font-size: 14px;
line-height: 1.6em;
line-height: 1.7;
position: relative;
& p, & ul, & ol, & blockquote {
margin-bottom: 1em;
@ -255,6 +256,16 @@
border-color: @link-hover-color;
}
}
& blockquote {
font-size: inherit;
border: 0;
background: @fl-body-control-bg;
color: @fl-body-control-color;
border-radius: @border-radius-base;
padding: 10px 20px;
border-top: 2px dotted @fl-body-bg;
border-bottom: 2px dotted @fl-body-bg;
}
}
.post.is-hidden {
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {