From 7b4aeffe686f41f1a7884e91d7bdd8ffb13dcb73 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 8 Dec 2025 13:55:57 +0100 Subject: [PATCH] fixed square colors --- public/styles/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/styles/style.css b/public/styles/style.css index 852b7e7..0f32b7d 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -309,13 +309,10 @@ a:hover { } /* basic checkerboard coloring */ -.square.light { +.square.dark { background: linear-gradient(180deg, #fff8f4, #fff1ec); } -.quare.dark { - background: linear-gradient(180deg, #fdeee2, #f6d9c5); -} -.square.dark { +.square.light { background: linear-gradient(180deg, #fdeee2, #f6d9c5); } .square {