From dba98ee53f8a5667b4c0e8d778e4de5f34974065 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 21 Apr 2019 01:34:50 -0500 Subject: [PATCH] fix: smaller time --- client/ui/world-time.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ui/world-time.js b/client/ui/world-time.js index d7b8136..7894a2b 100644 --- a/client/ui/world-time.js +++ b/client/ui/world-time.js @@ -19,6 +19,8 @@ const decorate = compose( line-height: 1em; padding: 0.5em; font-family: monospace; + font-size: 0.5em; + text-shadow: 0.5px 0.5px 0px black; } `), );