diff options
author | IgrisBRC <[email protected]> | 2024-07-14 11:43:10 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-14 11:43:10 +0530 |
commit | 06a3ec0da64e1eab83bcdc540e332939d4b37b49 (patch) | |
tree | 0a74d625654235b39c85105fe6ff291885aa9838 /public/index.css | |
parent | c5de8054793b54567e778935986e16741bdacad0 (diff) |
added color to pieces and made to_move
Diffstat (limited to 'public/index.css')
-rw-r--r-- | public/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 +} |