From 7d29b142a6fc247819c33de307102a4e0f906de6 Mon Sep 17 00:00:00 2001 From: "nogafam.es Admin" Date: Tue, 26 Oct 2021 01:26:44 +0200 Subject: [PATCH] Improved search accesibility --- app/javascript/styles/mastodon/components.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 3f5d4d57a..440183b5a 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2461,9 +2461,9 @@ a.account__display-name { position: relative; bottom: -3em; left: -3.5em; - box-shadow: 0px 0px 1em #0000004a; + border: 4px solid #4a4a4a; border-radius: 50%; - background: #fff; + background: #ffffff85; width: 7em; height: 6em; margin: auto 0;