diff --git a/css/chess.css b/css/chess.css index a26a137..caf229c 100644 --- a/css/chess.css +++ b/css/chess.css @@ -338,20 +338,20 @@ button:disabled .silhouette { height: 100%; } -#cb_phantom .cb-lt-piece, -#cb_phantom .cb-dk-piece { +.cb-phantom .cb-lt-piece, +.cb-phantom .cb-dk-piece { top: 5%; } -#cb_board #cb_phantom .cb-lt-piece, -#cb_board.cb-reversed #cb_phantom .cb-dk-piece { +#cb_board .cb-phantom .cb-lt-piece, +#cb_board.cb-reversed .cb-phantom .cb-dk-piece { left: 15%; right: auto; clip-path: inset(0 15% 0 0); } -#cb_board #cb_phantom .cb-dk-piece, -#cb_board.cb-reversed #cb_phantom .cb-lt-piece { +#cb_board .cb-phantom .cb-dk-piece, +#cb_board.cb-reversed .cb-phantom .cb-lt-piece { left: auto; right: 15%; clip-path: inset(0 0 0 15%); diff --git a/index.html b/index.html index 4b60f93..7c24457 100644 --- a/index.html +++ b/index.html @@ -253,25 +253,6 @@
- -