mirror of https://github.com/zulip/zulip.git
css: Increase constrast for blue box.
This commit is contained in:
parent
584b11af2d
commit
74e6367455
|
@ -1590,7 +1590,7 @@ td.pointer {
|
||||||
/* We add an outline and shift it inside the message so that without
|
/* We add an outline and shift it inside the message so that without
|
||||||
any vertical padding changes, we can have the outline surrounding
|
any vertical padding changes, we can have the outline surrounding
|
||||||
the message without overflowing the boundary of the message in any case. */
|
the message without overflowing the boundary of the message in any case. */
|
||||||
outline: 1px solid hsl(217deg 64% 59% / 60%);
|
outline: 1px solid hsl(217deg 64% 59%);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
outline-offset: -1px;
|
outline-offset: -1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue