From 6d5835773eaa9971a601f2c812dfc1c967c21363 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Thu, 30 Nov 2017 13:43:27 -0800 Subject: [PATCH] Informational-overlays: Change "Search Operators" red to better red. The color of red it was was pretty terrible, so this changes it to a better shade that also just happens to look good with dark mode. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 52a2f38e38..bfb46c25fd 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2111,7 +2111,7 @@ div.floating_recipient { .operator_value { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - color: hsl(0, 100%, 25%); + color: hsl(353, 70%, 65%); } .operator {