Fix the hint border to match the game area background again

This commit is contained in:
Eevee (Evelyn Woods) 2021-05-22 20:25:37 -06:00
parent 9e1adc768b
commit 04b284a267

View File

@ -1715,7 +1715,7 @@ body.--debug .player-overlay-message {
font-family: serif; font-family: serif;
color: hsl(220, 20%, 80%); color: hsl(220, 20%, 80%);
background: url(#svg-icon-hint) hsl(220, 10%, 10%); background: url(#svg-icon-hint) hsl(220, 10%, 10%);
border: 3px double hsl(220, 10%, 20%); border: 3px double hsl(220, 10%, 15%);
} }
#player-game-area > .player-hint-wrapper > .player-hint-bg-icon { #player-game-area > .player-hint-wrapper > .player-hint-bg-icon {
position: absolute; position: absolute;