From 4a4d06c4f0740865a004cbc1675e7ba48037b64d Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sat, 12 Aug 2017 20:15:47 -0700 Subject: [PATCH] Adds a slight shadow to the footer text --- static/scss/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 329fd06..f0ba623 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -27,6 +27,7 @@ section { footer { padding-top: 40px; padding-bottom: 20px; + text-shadow: 0px 0px 10px white; } p.login-signup {