diff --git a/future-here/index.html b/future-here/index.html
index 19116ba..46de7d4 100644
--- a/future-here/index.html
+++ b/future-here/index.html
@@ -57,6 +57,18 @@ cite {
bottom: 0;
}
+blockquote cite {
+ color: inherit;
+ display: block;
+ position: relative;
+ text-align: right;
+ padding-right: 1em;
+}
+
+blockquote cite::before {
+ content: "—";
+}
+
a:link,
a:visited {
color: #99CCFF;