From cbc2f495ffb64e85de1f5f39e214460d75605b08 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 11 Feb 2019 16:11:47 -0800 Subject: [PATCH] css: Fix night mode styling for mentions. This was missed in developing 51c6c82003b0428f887bbf3c8d6cf79abc0e333d. --- static/styles/night_mode.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/night_mode.scss b/static/styles/night_mode.scss index 4f1c62381e..5b739882f5 100644 --- a/static/styles/night_mode.scss +++ b/static/styles/night_mode.scss @@ -355,7 +355,7 @@ on a dark background, and don't change the dark labels dark either. */ text-shadow: none; } - .mention .messagebox { + .mention .messagebox-content { background-color: hsla(8, 78%, 43%, 0.15); }