From d599d78732c0e7b312e6e366c27577a45edf856e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 5 Oct 2022 16:18:59 +0200 Subject: Track read status of in-game chat messages. --- public/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/style.css') 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 "; } -- cgit v1.2.3