summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorJulien Dessaux2022-09-30 20:18:51 +0200
committerJulien Dessaux2022-09-30 20:18:51 +0200
commit09e2b8a6002a45cfae2c1ee9911c8f9c6ac0f9a8 (patch)
tree0e8ec0e515b095b5a7c610aa5b1a1b74897739b9 /index.css
parentBegan implementing the frontend (diff)
downloadjeux-de-mots-09e2b8a6002a45cfae2c1ee9911c8f9c6ac0f9a8.tar.gz
jeux-de-mots-09e2b8a6002a45cfae2c1ee9911c8f9c6ac0f9a8.tar.bz2
jeux-de-mots-09e2b8a6002a45cfae2c1ee9911c8f9c6ac0f9a8.zip
Implemented onclick functions to make a functional board
Diffstat (limited to '')
-rw-r--r--index.css6
1 files changed, 6 insertions, 0 deletions
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;
}