From bb10697c508948a358f4757d11129a640191c9ad Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 24 Apr 2016 15:24:17 -0700 Subject: [PATCH] make clickable alert info use dark blue on blue --- app/assets/stylesheets/common/base/alert.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common/base/alert.scss b/app/assets/stylesheets/common/base/alert.scss index 1476a3f2338..fa69ec0820d 100644 --- a/app/assets/stylesheets/common/base/alert.scss +++ b/app/assets/stylesheets/common/base/alert.scss @@ -40,5 +40,8 @@ &.alert-info { background-color: dark-light-diff($tertiary, $secondary, 85%, -65%); color: $primary; + .clickable { + color: $tertiary; + } } }