From 0569d88fa1f4680ee8d1ceac9c5e9cf7d6b0b59d Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Sat, 29 Sep 2018 04:22:09 +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 04de5cff7..476f4e545 100644
--- a/src/assets/stylesheets/scene-ui.scss
+++ b/src/assets/stylesheets/scene-ui.scss
@@ -65,7 +65,7 @@
 :local(.info) {
   position: absolute;
   color: black;
-  text-shadow: 0px 0px 20px #aaa;
+  text-shadow: 0px 0px 10px #888;
   bottom: 12px;
   left: 12px;
   display: flex;
-- 
GitLab