From 4f36e16808feb013daaf3a11c8b583ac06e89606 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 1 Feb 2023 11:17:01 +0000 Subject: [PATCH] Remove uppercase from profile Uppercase is harder to read, so use whatever users supply --- src/routes/_components/profile/AccountProfileDetails.html | 1 - src/routes/_components/profile/AccountProfileMeta.html | 1 - 2 files changed, 2 deletions(-) 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;