First release and rebranding

This commit is contained in:
gvs
2025-04-09 11:49:01 +02:00
parent d270f9b846
commit c732a9b025
5 changed files with 48 additions and 0 deletions
+5
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;
}