diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-10-05 16:18:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-10-05 17:36:50 +0200 |
commit | d599d78732c0e7b312e6e366c27577a45edf856e (patch) | |
tree | 4f4f7a84a568304a24b8249e113e1f2236113d34 /public/style.css | |
parent | a7a26d847be77d0c9007b3e9766a83cfa3b34876 (diff) | |
download | server-d599d78732c0e7b312e6e366c27577a45edf856e.tar.gz |
Track read status of in-game chat messages.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index 65c92df..68346bb 100644 --- a/public/style.css +++ b/public/style.css @@ -193,3 +193,5 @@ article hr + p { font-style: italic; } .game_item.your_turn .game_head { background-color: gold } .game_item.your_turn .game_main { background-color: lightyellow } .game_item.your_turn a:hover { color: #860 } + +.game_item.unread .game_head div::after { content: " \1f4dd "; } |