Blockquote styles

This commit is contained in:
Shan Carter
2017-10-12 16:01:48 -07:00
parent ed7cd834f9
commit 8027f1b13a
3 changed files with 13 additions and 13 deletions
+12 -2
View File
@@ -95,13 +95,23 @@ d-article a {
d-article p,
d-article ul,
d-article ol {
/*font-family: georgia, serif;*/
d-article ol,
d-article blockquote {
font-family: georgia, serif;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 1.7em;
-webkit-font-smoothing: antialiased;
}
d-article blockquote {
border-left: 2px solid rgba(0, 0, 0, 0.2);
padding-left: 2em;
font-style: italic;
color: rgba(0, 0, 0, 0.6);
}
d-article a {
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
text-decoration: none;
+1
View File
@@ -4,6 +4,7 @@ d-byline {
font-size: 0.7rem;
line-height: 1.8em;
padding: 1.5rem 0;
min-height: 1.8em;
}
d-byline .byline {