Skip to content

Commit

Permalink
Issue #44 - Update footer background styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Apr 14, 2021
1 parent 0934eab commit 95a27e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ div.wp-site-blocks > div.WP_DEBUG:first-of-type:hover {

.bw_blog { font-size: 14px; }

.page-footer {
.page-footer,
footer {
background: #575756;
background: linear-gradient(top, rgba(77, 77, 75, 0.1) 0, rgba(111, 111, 109, 0.18) 90%, rgba(92, 92, 90, 0.07) 90%, rgba(92, 92, 90, 0.07) 100%) no-repeat, url('images/footer.png'), linear-gradient(top, #525251 0, #6A6A68 90%, #5D5D5B 90%, #5D5D5B 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(77, 77, 75, 0.1) 0, rgba(111, 111, 109, 0.18) 90%, rgba(92, 92, 90, 0.07) 90%, rgba(92, 92, 90, 0.07) 100%) no-repeat, url('images/footer.png'), -webkit-linear-gradient(top, #525251 0, #6A6A68 90%, #5D5D5B 90%, #5D5D5B 100%) no-repeat;
Expand Down Expand Up @@ -653,7 +654,7 @@ div.wp-site-blocks > div.WP_DEBUG:first-of-type:hover {
padding: 0px 30px 20px 30px;
}

.home .wp-block-group {
.blog .home .wp-block-group {
background-color: #ffffff;
}

Expand Down

0 comments on commit 95a27e9

Please sign in to comment.