From 41767b1e4b2e7ae3af61886c36ce9afcbff1524a Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 16 May 2017 18:21:13 +0200 Subject: [PATCH] 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 {