adding border radius to interior page content
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:56:17 +0000 (16:56 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:56:17 +0000 (16:56 -0400)
adding background color to interior pages and border radius

style.css

index 0d1bcd7..b6b540b 100644 (file)
--- 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%;