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; + } } }