From 9663582124b15bff5d02a628f05c7150cca2eb88 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 29 May 2017 13:19:28 +0200 Subject: [PATCH 1/2] 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; } From e78b675cdffb444452f7c07cfb71ffebbdc9d820 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 29 May 2017 13:22:40 +0200 Subject: [PATCH 2/2] fixes color contrast on close button alerts --- app/assets/stylesheets/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b3c2f78d7..71a7b9434 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -257,6 +257,7 @@ a { } .close-button { + color: $text; top: $line-height/2; }