First release and rebranding

This commit is contained in:
2025-04-09 11:49:01 +02:00
parent d270f9b846
commit c732a9b025
5 changed files with 48 additions and 0 deletions

5
css/style.css Normal file
View File

@@ -0,0 +1,5 @@
/* Hide pronouns field in user profile UI */
#user-pronouns, [for="user-pronouns"], [data-profile-field="pronouns"] {
display: none !important;
}