Merge pull request #5306 from nonamethanks/new-roles

Users: add Contributor and Approver user levels
This commit is contained in:
evazion
2022-10-30 03:27:18 -05:00
committed by GitHub
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);
}