diff --git a/theme.css b/theme.css index 7fd708a..608008e 100644 --- a/theme.css +++ b/theme.css @@ -230,4 +230,20 @@ a { border: 0; width: 100%; height: 110px; -} \ No newline at end of file +} + +.user.profile > .ui > .ui > .ui > .ui.card { + box-shadow: none; +} + +.user.profile > .ui > .ui > .ui > .ui.card > .content.wrap { + border-top: 0; +} + +#profile-avatar { + background: none; +} + +#profile-avatar img { + border-radius: 50% 50% 50% 0; +}