From 33d9ed590e8ab59800ae58073a779ec5a7ba8aac Mon Sep 17 00:00:00 2001 From: Lucas McCullum Date: Tue, 8 Sep 2020 08:48:28 -0400 Subject: [PATCH] Fixes image background gradient #60 Fixes the image background gradient on the home page to more resemble the color of the logo in the top left corner. Fixes part of #60. --- static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 30d5796..b166e19 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -31,7 +31,7 @@ background: linear-gradient( 0.25turn, - rgba(68, 102, 170, 0.90) 50%, + rgba(68, 102, 170, 1.00) 50%, rgba(0, 0, 0, 0.01) ), url('../images/background.jpg');