From e78b675cdffb444452f7c07cfb71ffebbdc9d820 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 29 May 2017 13:22:40 +0200 Subject: [PATCH] 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; }