/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.
This commit is contained in:
Brock Whittaker
2017-07-27 09:13:04 -07:00
parent 41d7bfabe4
commit a770b07f2e

View File

@@ -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;