css: Increase constrast for blue box.

This commit is contained in:
Tim Abbott 2023-05-11 12:46:11 -07:00
parent 584b11af2d
commit 74e6367455
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ td.pointer {
/* We add an outline and shift it inside the message so that without
any vertical padding changes, we can have the outline surrounding
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;
outline-offset: -1px;
}