From 0b14855c4f4e335516fd9d9cc5eecf003870edda Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 12:50:22 -0600 Subject: [PATCH] Add footer gradient --- res/css/views/auth/_AuthFooter.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/auth/_AuthFooter.scss b/res/css/views/auth/_AuthFooter.scss index f35e39cd4d..ab169a6898 100644 --- a/res/css/views/auth/_AuthFooter.scss +++ b/res/css/views/auth/_AuthFooter.scss @@ -20,6 +20,7 @@ limitations under the License. font-size: 14px; opacity: 0.72; padding: 20px 0; + background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); } .mx_AuthFooter a:link,