From: Anthony Talarico Date: Thu, 19 Apr 2018 20:56:17 +0000 (-0400) Subject: adding border radius to interior page content X-Git-Tag: v1.0.0^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=63348aff17d53609f567cd28a8cfcefd0122dd7a;p=WP-Themes%2Fhospitalitymentality.git adding border radius to interior page content adding background color to interior pages and border radius --- diff --git a/style.css b/style.css index 0d1bcd7..b6b540b 100644 --- a/style.css +++ b/style.css @@ -112,7 +112,7 @@ html { } body { - background: #F1F1F1; + background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); /* Fallback for when there is no custom background color defined. */ } @@ -718,6 +718,7 @@ Posts and pages margin: 0 0 40px; background: #FFF; padding: 20px; + border-radius: 7px; margin-bottom: 40px; position: relative; } @@ -1198,7 +1199,7 @@ body .cmvl-video[data-service-provider="vimeo"] .cmvl-player-outer{ padding-top: 56% !important; } #main{ - background-color: #FAFBFC; + background-color: transparent; } #masthead { width: 100%;