From bf321aaac3209b25d73dbb1571999719febfbfb2 Mon Sep 17 00:00:00 2001 From: Soldat Date: Tue, 16 Oct 2018 21:08:47 +0200 Subject: [PATCH] Message change color when unread --- core/static/core/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 7efbfcdf..d3042187 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1385,7 +1385,7 @@ textarea { font-size: 100%; } &.unread { - background: $secondary-neutral-light-color; + background: #e9eea1; } }