From 459aeb5dcc501724960ba83d42e173f8175a0532 Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Tue, 2 Jul 2019 15:27:42 -0400 Subject: [PATCH] Patch Fix for display name color on profile page. --- app/javascript/styles/gabsocial/components.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index 939072eb..5c099b72 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -4897,7 +4897,10 @@ noscript { span:first-of-type { font-size: 20px !important; line-height: 1.25; + color: #ffffff; + body.theme-gabsocial-light & {color: $gab-active-border;} + font-weight: 600 !important; overflow: hidden; white-space: nowrap;