Remove uppercase from profile

Uppercase is harder to read, so use whatever users supply
This commit is contained in:
Nick Colley 2023-02-01 11:17:01 +00:00
parent 6fac95c636
commit 4f36e16808
2 changed files with 0 additions and 2 deletions

View File

@ -72,7 +72,6 @@
}
.account-profile-details-item-title {
text-transform: uppercase;
color: var(--deemphasized-text-color);
margin-right: 5px;
}

View File

@ -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;