From 996b61215c3c0517883c5ed8bf8746a03028f043 Mon Sep 17 00:00:00 2001 From: Sean King Date: Wed, 27 May 2020 23:56:14 +0000 Subject: [PATCH] Change box-shadow color to make it look good on both light and dark themes. --- app/styles/gabsocial/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/gabsocial/components.scss b/app/styles/gabsocial/components.scss index 4a963bf7c..0d67b566f 100644 --- a/app/styles/gabsocial/components.scss +++ b/app/styles/gabsocial/components.scss @@ -1534,7 +1534,7 @@ a.account__display-name { background-color: $nav-ui-highlight-color; border: 0; border-radius: 999px; - box-shadow: 2px 5px 5px #999; + box-shadow: 2px 5px 5px rgba(0,0,0,0.5); font-size: 30px; align-items: center; justify-content: center;