From 41767b1e4b2e7ae3af61886c36ce9afcbff1524a Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 16 May 2017 18:21:13 +0200 Subject: [PATCH 1/3] fixes color contrast on warning buttons --- app/assets/stylesheets/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b1aa65c90..ba0f3872d 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -68,6 +68,10 @@ a { &:hover { text-decoration: none !important; } + + &.warning, &.warning:hover { + color: black; + } } .button.hollow { From 03972fdc3af9f4a1cc6f90de98f948a62fe38671 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 16 May 2017 18:21:42 +0200 Subject: [PATCH 2/3] 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 { From 4cbf14118e6ddd0328429e72d92d8655b9610118 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 16 May 2017 18:22:15 +0200 Subject: [PATCH 3/3] fixes color contrast on blockquote --- app/assets/stylesheets/participation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 693e45184..0c3ff069a 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -401,6 +401,7 @@ } blockquote { + color: #4C4C4C; margin-top: rem-calc(12); padding-top: 0; font-size: rem-calc(15);