From 1d61d743b4be30dd92024d9056df552929161d2a Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 5 Sep 2016 19:17:48 -0700 Subject: [PATCH] affirm background of metadata box 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 92225f9..8ca121f 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -185,6 +185,7 @@ article.summary > div { 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; -- 2.17.1