diff --git a/routes/_components/profile/AccountProfileHeader.html b/routes/_components/profile/AccountProfileHeader.html index b0461740..73c536e5 100644 --- a/routes/_components/profile/AccountProfileHeader.html +++ b/routes/_components/profile/AccountProfileHeader.html @@ -61,12 +61,12 @@ min-width: 0; } - :global(.account-profile-name-link) { + :global(a.account-profile-name-link) { color: var(--body-text-color); text-decoration: none; } - :global(.account-profile-name-link:hover) { + :global(a.account-profile-name-link:hover) { color: var(--body-text-color); text-decoration: underline; }