From 72f231c0150aae1f9482e146035ece510cd6dd1f Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 6 Dec 2015 12:34:06 -0700 Subject: [PATCH] Improved divider labels --- scss/modules/messaging/_base.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scss/modules/messaging/_base.scss b/scss/modules/messaging/_base.scss index 756e062a..bc407e24 100644 --- a/scss/modules/messaging/_base.scss +++ b/scss/modules/messaging/_base.scss @@ -222,9 +222,8 @@ ts-message { } .divider_label { - background: $color-red; - color: $base-font-color; - padding: 3px; + background: $color-base; + color: $color-red; } &.no_unreads { @@ -233,7 +232,6 @@ ts-message { } .divider_label { - background: $color-shade-light; color: $color-highlight; } }