color: #212529;
}
+h2 {
+ padding-top: 1em;
+}
article .publication-date {
font-style: italic;
font-size: smaller;
}
+article > div {
+ padding-top: 0.5em;
+}
+
+article img {
+ max-width: 100%;
+}
+
+article blockquote {
+ background: #eeeeee;
+ font-style: italic;
+ border-left: 2px solid #d63384;
+ padding: 0.5em;
+}
+
+/* Removes a margin-bottom coming from Bootstrap, but not making sense in this case */
+article blockquote p:last-child {
+ margin-bottom: 0;
+}
+
footer {
color: #ffffff;
background-color: #212529;