diff --git a/src/routes/_components/profile/AccountProfileHeader.html b/src/routes/_components/profile/AccountProfileHeader.html index 704a00b4..74be67f3 100644 --- a/src/routes/_components/profile/AccountProfileHeader.html +++ b/src/routes/_components/profile/AccountProfileHeader.html @@ -41,10 +41,10 @@ white-space: nowrap; } .account-profile-followed-by-span { - background: rgba(30, 30, 30, 0.2); - border-radius: 4px; - padding: 3px 5px; white-space: nowrap; + padding: 3px 6px; + border: 1px solid; + border-radius: 4px; } .account-profile-avatar { grid-area: avatar;