From 1cadc39729c1e15408df56710e7e3d6e94e7353e Mon Sep 17 00:00:00 2001 From: Ben Spoon Date: Mon, 5 Dec 2016 13:17:22 -0800 Subject: [PATCH] landing: remove gray background per rob, remove gray alternating gray background on the home page. This was done in the quay-pages repo, but this is still being loaded in on production --- static/css/pages/landing.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/css/pages/landing.css b/static/css/pages/landing.css index ab4088845..3b10097cb 100644 --- a/static/css/pages/landing.css +++ b/static/css/pages/landing.css @@ -131,10 +131,6 @@ display: block; } -.landing-section:nth-child(even) { - background: #f7f7f7; -} - .landing-section h2 { text-align: center; display: block;