diff --git a/html/header.html b/html/header.html
index 3369f00..2065ab4 100644
--- a/html/header.html
+++ b/html/header.html
@@ -35,6 +35,13 @@
display: inline-block;
}
+ blockquote {
+ margin: 1em 3em;
+ padding: .5em 1em;
+ border-left: 5px solid #505050;
+ background-color: #363636;
+ }
+
.footer {
padding: 2em 2em 0;
opacity: 0.8;