From 03972fdc3af9f4a1cc6f90de98f948a62fe38671 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 16 May 2017 18:21:42 +0200 Subject: [PATCH] fixes color contrast on officials labels --- app/assets/stylesheets/layout.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index ba0f3872d..64684505c 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1136,13 +1136,16 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { color: black; } -.is-author { - background: #00A5F1; +.is-author, .is-association { color: black; } +.is-author { + background: #00A5F1; +} + .is-association { - background: #C0392B; + background: #E38D83; } .level-1 {