From 06a3ec0da64e1eab83bcdc540e332939d4b37b49 Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Sun, 14 Jul 2024 11:43:10 +0530 Subject: added color to pieces and made to_move --- public/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public/index.css') diff --git a/public/index.css b/public/index.css index 7fa778a..1971278 100644 --- a/public/index.css +++ b/public/index.css @@ -60,3 +60,11 @@ body{ /*.wp {*/ /* color: white;*/ /*}*/ + +.w { + color: white +} + +.b { + color: black +} -- cgit v1.2.3