From a734e0af70a14dc8d635ab988c82e1a2e0b49836 Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Sun, 14 Jul 2024 07:47:23 +0530 Subject: fixed critical error in highlighting, the moves were mapped mirrored from the board --- public/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/index.css') diff --git a/public/index.css b/public/index.css index 0b9d6da..7fa778a 100644 --- a/public/index.css +++ b/public/index.css @@ -21,6 +21,7 @@ .white{ background-color: #eaead2; + /*background-color: #4b7299; */ color: #4b7299; } @@ -55,3 +56,7 @@ body{ .highlight { background-color: yellow; } + +/*.wp {*/ +/* color: white;*/ +/*}*/ -- cgit v1.2.3