From 26d1331c7fbd1ae282eefb24950e489eb44d1c0f Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Fri, 19 Feb 2016 19:09:58 +0100 Subject: Issue #616: Remove hardcoded colors --- web-ui/app/scss/_reply.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui/app/scss/_reply.scss') diff --git a/web-ui/app/scss/_reply.scss b/web-ui/app/scss/_reply.scss index be9d5b7c..76689d16 100644 --- a/web-ui/app/scss/_reply.scss +++ b/web-ui/app/scss/_reply.scss @@ -13,7 +13,7 @@ } #all-recipients { - color: #000; + color: $black; } #all-recipients:focus { @@ -24,8 +24,8 @@ text-align: center; font-weight: 100; font-size: 1.1em; - background: #FFF; - color: #999; + background: $white; + color: $medium_light_grey; padding: 25px; margin: 0; @include border-radius(0); -- cgit v1.2.3