web: use bold text to indicate unread messages

This commit is contained in:
2024-02-20 14:29:42 -08:00
parent 02c0d36f90
commit de3f392bd7
3 changed files with 15 additions and 11 deletions

View File

@@ -63,7 +63,7 @@
width: 100%;
}
.index tr.unread {
.index .unread {
font-weight: bold;
}