From dd2374abfec5fa04e18fe702125066c530057203 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 9 Nov 2015 12:50:27 -0500 Subject: [PATCH] Post Loop Widget Posts No Longer White Can have background color determined by row, widget settings. --- sass/_content.scss | 4 ++++ style.css | 3 +++ 2 files changed, 7 insertions(+) diff --git a/sass/_content.scss b/sass/_content.scss index 2e56e93..75dc228 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -64,6 +64,10 @@ code { background-color: $contentBg; padding: $contentPadding; } +.panel-grid .post { + background-color: transparent; +} + /*-------------------------------------------------------------- 10.0 Content diff --git a/style.css b/style.css index a13e79c..34e3162 100644 --- a/style.css +++ b/style.css @@ -7232,6 +7232,9 @@ input[type="button"]#page #content .widget.btn-block { background-color: #fff; padding: 1em; } +.panel-grid .post { + background-color: transparent; } + /*-------------------------------------------------------------- 10.0 Content --------------------------------------------------------------*/