Add last move highlight
This commit is contained in:
parent
d70bb80c39
commit
a55f0890ce
2 changed files with 12 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue