diff --git a/src/routes/_components/profile/AccountProfileDetails.html b/src/routes/_components/profile/AccountProfileDetails.html index e5c3718a..2aefda55 100644 --- a/src/routes/_components/profile/AccountProfileDetails.html +++ b/src/routes/_components/profile/AccountProfileDetails.html @@ -72,7 +72,6 @@ } .account-profile-details-item-title { - text-transform: uppercase; color: var(--deemphasized-text-color); margin-right: 5px; } diff --git a/src/routes/_components/profile/AccountProfileMeta.html b/src/routes/_components/profile/AccountProfileMeta.html index f9b6b39f..290c1802 100644 --- a/src/routes/_components/profile/AccountProfileMeta.html +++ b/src/routes/_components/profile/AccountProfileMeta.html @@ -61,7 +61,6 @@ .account-profile-meta-name { padding: 10px 20px 10px 0; - text-transform: uppercase; color: var(--deemphasized-text-color); position: relative; max-width: 300px;