summaryrefslogtreecommitdiff
path: root/board.html
diff options
context:
space:
mode:
Diffstat (limited to 'board.html')
-rw-r--r--board.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/board.html b/board.html
index add0337..2dff608 100644
--- a/board.html
+++ b/board.html
@@ -34,10 +34,21 @@
.selected {
background-color: var(--selected-color);
}
+ .rendering_marker {
+ width: 2rem;
+ height: 2rem;
+ border-radius: 50%;
+ }
+ .possible_move {
+ background-color: #0f0f0f55;
+ }
.square {
width: var(--square-side-length);
height: var(--square-side-length);
background-size: cover;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
.label {
width: var(--square-side-length);