mirror of https://github.com/zulip/zulip.git
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:
parent
525e8e36d7
commit
6d5835773e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue