diff options
Diffstat (limited to '')
-rw-r--r-- | index.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -77,6 +77,12 @@ td { background:#ff5500; } +.letter { + background:#f3e797; +} +.placed { + color:red; +} .selected { background:orange; } |