Add Approver rank

This commit is contained in:
rubenwardy
2021-08-16 18:57:05 +01:00
parent 59a5cf2df5
commit e5cc140d42
17 changed files with 117 additions and 44 deletions

View File

@@ -70,7 +70,7 @@
}
.NOT_JOINED a, .NOT_JOINED {
color: #7ac !important;
color: #aaa !important;
}
.ADMIN a, .ADMIN{
@@ -81,6 +81,10 @@
color: #e90 !important;
}
.APPROVER a, .APPROVER {
color: #69f !important;
}
.EDITOR a, .EDITOR {
color: #b6f !important;
}