From c751567c04286977e8239afc49f4650f581068fb Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Sat, 8 Mar 2014 23:08:32 -0500 Subject: [PATCH] fixing mobile notificaiton badge --- app/assets/stylesheets/mobile/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index cbe9eff63f8..1e46ac59190 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -122,7 +122,8 @@ } .unread-notifications { right: -4px; - background-color: $tertiary_text_color; + background-color: $emphasis_background_color; + color: $emphasis_text_color; } .unread-private-messages { left: -4px;