summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-09 18:23:56 +0200
committerJulien Dessaux2022-10-09 18:23:56 +0200
commit89d8a62075a0f7b1a0287e059b0547c45fee576c (patch)
tree65219bb2425ed184889b77a9843a1594d9ab7920
parentRemoved single tile selection (diff)
downloadjeux-de-mots-89d8a62075a0f7b1a0287e059b0547c45fee576c.tar.gz
jeux-de-mots-89d8a62075a0f7b1a0287e059b0547c45fee576c.tar.bz2
jeux-de-mots-89d8a62075a0f7b1a0287e059b0547c45fee576c.zip
Tweaked display
Diffstat (limited to '')
-rw-r--r--index.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.css b/index.css
index f44357b..6c7c89c 100644
--- a/index.css
+++ b/index.css
@@ -55,6 +55,7 @@ td {
#rack {
display:inline-block;
+ font-weight: bold;
}
#letters_left {
@@ -83,9 +84,6 @@ td {
.placed {
color:red;
}
-.selected {
- background:orange;
-}
.points {
display: inline;