affirm background of metadata box
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 6 Sep 2016 02:17:48 +0000 (19:17 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 6 Sep 2016 02:23:37 +0000 (19:23 -0700)
The gray from the blockquote was spilling over into the metadata box.

... maybe there's a reason people like friendly, well-supported premade
WordPress themes, rather than hacking their own statically-generated
site?

theme/static/css/main.css

index 92225f9..8ca121f 100644 (file)
@@ -185,6 +185,7 @@ article.summary > div {
 article .metadata,
 article.full .metadata,
 article.summary .metadata {
 article .metadata,
 article.full .metadata,
 article.summary .metadata {
+  background: #FFFFFF;
   padding: 1%;
   border: 1px dotted #EFEFEF;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
   padding: 1%;
   border: 1px dotted #EFEFEF;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;