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.
This commit is contained in:
Brock Whittaker 2017-11-30 13:43:27 -08:00 committed by Tim Abbott
parent 525e8e36d7
commit 6d5835773e
1 changed files with 1 additions and 1 deletions

View File

@ -2111,7 +2111,7 @@ div.floating_recipient {
.operator_value { .operator_value {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
color: hsl(0, 100%, 25%); color: hsl(353, 70%, 65%);
} }
.operator { .operator {