From 7907a0f77521eb45246416ecf5e30eac15fcb857 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 20 Nov 2016 23:30:56 +0900 Subject: [PATCH] Slightly lowered text shadow opacity --- 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 4985df39..accc776a 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 2px rgb(0, 0, 0) + text-shadow 0px 0px 2px rgb(0, 0, 0, 0.5) transition all transitionSpeed ease animation-name appear