From 3019a6189ce094f2456db3543213de1d520330e1 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 20 Nov 2016 23:23:59 +0900 Subject: [PATCH] Increased text shadow radius --- pages/profile/profile.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/profile.styl b/pages/profile/profile.styl index ba3e0be2..4985df39 100644 --- a/pages/profile/profile.styl +++ b/pages/profile/profile.styl @@ -8,7 +8,7 @@ profileBootDuration = 2s padding contentPadding * 2 color white - text-shadow 0px 0px 1px rgb(0, 0, 0) + text-shadow 0px 0px 2px rgb(0, 0, 0) transition all transitionSpeed ease animation-name appear