summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-16 09:17:49 +0530
committerIgrisBRC <[email protected]>2024-07-16 09:17:49 +0530
commit892037d22c784f4a0c2c91ddd2f5a8b21f673ed6 (patch)
treeb75cca956d41aeb541c1deb36b5b8eb61f8711db /public
parent36ae0f143a37a8dd06c25a93127b818fa6a40578 (diff)
changed the styling a bit
Diffstat (limited to 'public')
-rw-r--r--public/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/public/style.css b/public/style.css
index 7c0c693..929af94 100644
--- a/public/style.css
+++ b/public/style.css
@@ -20,13 +20,14 @@
}
.white{
- background-color: #eaead2;
- /*background-color: #4b7299; */
+ /*background-color: #eaead2;*/
+ background-color: #EDD6B0;
color: #4b7299;
}
.black{
- background-color: #4b7299;
+ /*background-color: #4b7299; */
+ background-color: #B88762;
color: #eaead2;
}
@@ -37,6 +38,7 @@ body{
justify-content: center;
align-items: center;
margin: 1px;
+ background-color: #2F3646;
}
.chess-board{