From 548096ffdf5c9514bcb6da93191a945817688be2 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Sat, 29 Sep 2018 04:21:27 +0000
Subject: [PATCH] Reduce text shadow

---
 src/assets/stylesheets/scene-ui.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assets/stylesheets/scene-ui.scss b/src/assets/stylesheets/scene-ui.scss
index 80b78eca5..04de5cff7 100644
--- a/src/assets/stylesheets/scene-ui.scss
+++ b/src/assets/stylesheets/scene-ui.scss
@@ -46,7 +46,7 @@
 
 :local(.logoTagline) {
   color: black;
-  text-shadow: 0px 0px 20px #aaa;
+  text-shadow: 0px 0px 10px #888;
   font-weight: bold;
   text-align: center;
   font-size: 1.2em;
-- 
GitLab