Add last move highlight

This commit is contained in:
sepia 2025-07-23 21:07:07 -05:00
parent d70bb80c39
commit a55f0890ce
2 changed files with 12 additions and 5 deletions

View file

@ -168,6 +168,13 @@ body {
left: 12px;
}
.last-move.stone-white-heart::after,
.last-move.stone-black-heart::after,
.last-move.stone-white-heart::before,
.last-move.stone-black-heart::before {
border: 2px solid var(--color-info) !important;
}
.stone-black-heart::after,
.stone-white-heart::after {
left: 0;
@ -208,10 +215,6 @@ body {
padding: 2px;
}
.last-move {
box-shadow: 0 0 5px 3px var(--color-warning-light);
}
#game-link-container {
position: relative;
display: flex;