From 9663582124b15bff5d02a628f05c7150cca2eb88 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 29 May 2017 13:19:28 +0200 Subject: [PATCH] fixes color contrast on officials levels labels --- app/assets/stylesheets/layout.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index fa0fd3455..b3c2f78d7 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1140,10 +1140,8 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { // 10. Officials levels // -------------------- -[class^="level-"] { - color: black; -} - +.level-1, .level-2, .level-3, +.level-4, .level-5, .is-author, .is-association { color: black; }