diff --git a/src/routes/_components/profile/AccountProfileDetails.html b/src/routes/_components/profile/AccountProfileDetails.html index 2aefda55..76f99d8d 100644 --- a/src/routes/_components/profile/AccountProfileDetails.html +++ b/src/routes/_components/profile/AccountProfileDetails.html @@ -1,36 +1,36 @@

{intl.statisticsAndMoreOptions}

- +
- + - + {#if account && verifyCredentials && account.id !== verifyCredentials.id} @@ -61,24 +61,23 @@ font-size: 1.1em; } - .account-profile-details-item:hover { + .account-profile-details-item[href]:hover { text-decoration: none; background: var(--button-bg-hover); cursor: pointer; } - .account-profile-details-item:active { + .account-profile-details-item[href]:active { background: var(--button-bg-active); } .account-profile-details-item-title { color: var(--deemphasized-text-color); - margin-right: 5px; } .account-profile-details-item-datum { color: var(--body-text-color); - margin-left: 5px; + margin-right: 5px; font-weight: 600; }