From f24148d43189bd72f7ef7f498f30cdee8700d5e5 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 21 Jan 2020 22:40:51 +0000 Subject: Improve package page styling --- app/scss/components.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/scss/components.scss') diff --git a/app/scss/components.scss b/app/scss/components.scss index fb7548c..3f10ed4 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -58,27 +58,27 @@ } .userlist li.NOT_JOINED { - color: #aaa; + color: #aaa !important; } -.NOT_JOINED a, a.NOT_JOINED { - color: #7ac; +.NOT_JOINED a, .NOT_JOINED { + color: #7ac !important; } -.ADMIN a, a.ADMIN{ - color: #e30; +.ADMIN a, .ADMIN{ + color: #e30 !important; } -.MODERATOR a, a.MODERATOR { - color: #e90; +.MODERATOR a, .MODERATOR { + color: #e90 !important; } -.EDITOR a, a.EDITOR { - color: #b6f; +.EDITOR a, .EDITOR { + color: #b6f !important; } -.TRUSTED_MEMBER a, a.TRUSTED_MEMBER { - color: #2c2; +.TRUSTED_MEMBER a, .TRUSTED_MEMBER { + color: #2c2 !important; } .wiptopic a:not(.btn) { -- cgit v1.2.3