diff --git a/app/scss/components.scss b/app/scss/components.scss index 30d0d48..8382d7f 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -198,3 +198,23 @@ table tfoot { table tfoot td { font-size: 12px; } + +.userlist li.NOT_JOINED { + color: #aaa; +} + +.NOT_JOINED a, a.NOT_JOINED { + color: #7ac; +} + +.ADMIN a, a.ADMIN{ + color: #e30; +} + +.MODERATOR a, a.MODERATOR { + color: #e90; +} + +.EDITOR a, a.EDITOR { + color: #b6f; +} diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 47d74ea..808e176 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -39,7 +39,7 @@ Author - + {{ package.author.display_name }} diff --git a/app/templates/users/list.html b/app/templates/users/list.html index 30d2ecc..6bc23b5 100644 --- a/app/templates/users/list.html +++ b/app/templates/users/list.html @@ -5,9 +5,9 @@ {% endblock %} {% block content %} -