Users: add Contributor and Approver user levels

This commit is contained in:
nonamethanks
2022-10-21 14:59:15 +02:00
parent f092bc28ee
commit ca31e7a47c
29 changed files with 105 additions and 251 deletions

View File

@@ -11,6 +11,14 @@ body {
color: var(--user-moderator-color);
}
a.user-approver {
color: var(--user-builder-color);
}
a.user-contributor {
color: var(--user-builder-color);
}
a.user-builder {
color: var(--user-builder-color);
}