From 63348aff17d53609f567cd28a8cfcefd0122dd7a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Apr 2018 16:56:17 -0400 Subject: [PATCH] adding border radius to interior page content adding background color to interior pages and border radius --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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%; -- 2.17.1