diff --git a/web_src/css/user.css b/web_src/css/user.css index caabf1834c..372341bbc3 100644 --- a/web_src/css/user.css +++ b/web_src/css/user.css @@ -1,3 +1,8 @@ +.user.profile #profile-avatar-card { + border: none; + background-color: inherit; +} + .user.profile .ui.card .header { display: block; font-weight: var(--font-weight-semibold);