From a770b07f2e07ecce3cab7c7adb6d77bd3a249b91 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Thu, 27 Jul 2017 09:13:04 -0700 Subject: [PATCH] /apps/: Change hero to be darker, more contrasty colors. This changes the hero to be about 20% darker to increase the legibility of the navbar fonts over it. --- static/styles/landing-page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index ac1b5abca8..8483b4dc08 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -1312,7 +1312,7 @@ nav ul li.active::after { position: relative; padding: 100px 50px 50px 50px; - background: linear-gradient(35deg, #0d7373, #6ae4c8); + background: linear-gradient(35deg, #003b52, #45b59b); height: 600px; color: #fff;