Skip to content

Commit

Permalink
Post Loop Widget Posts No Longer White
Browse files Browse the repository at this point in the history
Can have background color determined by row, widget settings.
  • Loading branch information
andrewmbacon committed Nov 9, 2015
1 parent e008568 commit dd2374a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ code {
background-color: $contentBg;
padding: $contentPadding;
}
.panel-grid .post {
background-color: transparent;
}


/*--------------------------------------------------------------
10.0 Content
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------------*/
Expand Down

0 comments on commit dd2374a

Please sign in to comment.