From d2a7904bf20282c3ac604589ee9bc758735ca663 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 10 Dec 2014 10:46:30 -0500 Subject: [PATCH] UX: Banner topics should be readable even with dark color schemes. --- app/assets/stylesheets/common/components/banner.css.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/common/components/banner.css.scss b/app/assets/stylesheets/common/components/banner.css.scss index a18805bc53b..da79d049a52 100644 --- a/app/assets/stylesheets/common/components/banner.css.scss +++ b/app/assets/stylesheets/common/components/banner.css.scss @@ -7,6 +7,7 @@ border-radius: 5px; background: scale-color($tertiary, $lightness: 90%); box-shadow: 0 1px 2px scale-color($tertiary, $lightness: 70%); + color: darken($tertiary, 45%); z-index: 501; overflow: auto; @@ -17,6 +18,7 @@ .close { font-size: 25px !important; margin-top: -10px !important; + color: darken($tertiary, 45%); } .meta {