summaryrefslogtreecommitdiff
path: root/public/index.css
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-14 07:47:23 +0530
committerIgrisBRC <[email protected]>2024-07-14 07:47:23 +0530
commita734e0af70a14dc8d635ab988c82e1a2e0b49836 (patch)
tree62b3023054d9fc7ba0a89cb0d0f4dbd27d7a9bc8 /public/index.css
parent2b0cdea28c841040fd872b2b1837b1e0639d6df0 (diff)
fixed critical error in highlighting, the moves were mapped mirrored from the board
Diffstat (limited to 'public/index.css')
-rw-r--r--public/index.css5
1 files changed, 5 insertions, 0 deletions
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;*/
+/*}*/