From 0cdc57651a4dd6608903066212ffc635c1b4fa13 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 23 Jul 2018 15:07:13 -0400 Subject: [PATCH] removing gradient background colors for the front page panels --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 87affe0..0877b90 100644 --- a/style.css +++ b/style.css @@ -2590,10 +2590,10 @@ body .cmvl-controls li{ body .cmvl-navbar-categories{ display: none; } -body #content .parallax-section:first-child,body #content .parallax-section:last-child { +/* body #content .parallax-section:first-child,body #content .parallax-section:last-child { background: none; background-image: linear-gradient(to right top, #0071bc, #0080ca, #008fd7, #009fe3, #00aeef); -} +} */ #glm-member-login-form { width: 250px; margin: 0 auto; -- 2.17.1