From 705bf3b8961e07240704783a394be9b5369bccb6 Mon Sep 17 00:00:00 2001 From: johnHackworth Date: Tue, 1 Dec 2015 13:12:35 +0100 Subject: [PATCH] Feature-example: Updated gradient --- client/components/feature-example/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/feature-example/style.scss b/client/components/feature-example/style.scss index a40f0a5560c5f3..62e4b02edef8c9 100644 --- a/client/components/feature-example/style.scss +++ b/client/components/feature-example/style.scss @@ -10,5 +10,5 @@ top: 0; height: 300px; width: 100%; - background: linear-gradient( to bottom, rgba(255, 255, 255, .3), rgba(245, 245, 245, 1) ); + background: linear-gradient( to bottom, rgba(243, 246, 248, 0.4), rgba( 243, 246, 248, 1) ); } \ No newline at end of file