css: Fix night mode styling for mentions.

This was missed in developing
51c6c82003.
This commit is contained in:
Tim Abbott
2019-02-11 16:11:47 -08:00
parent e3bc788660
commit cbc2f495ff

View File

@@ -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);
}