From 09e2b8a6002a45cfae2c1ee9911c8f9c6ac0f9a8 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 30 Sep 2022 20:18:51 +0200 Subject: Implemented onclick functions to make a functional board --- index.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index 84fab2f..f44357b 100644 --- a/index.css +++ b/index.css @@ -77,6 +77,12 @@ td { background:#ff5500; } +.letter { + background:#f3e797; +} +.placed { + color:red; +} .selected { background:orange; } -- cgit v1.2.3