From 892037d22c784f4a0c2c91ddd2f5a8b21f673ed6 Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Tue, 16 Jul 2024 09:17:49 +0530 Subject: changed the styling a bit --- public/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'public/style.css') 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{ -- cgit v1.2.3