1
0
Fork 0

Highlight unread notifications

This commit is contained in:
Mouse Reeve 2020-03-10 13:31:57 -07:00
parent 3ddd4a0490
commit e8cfa99cd9
3 changed files with 8 additions and 1 deletions

View file

@ -221,3 +221,7 @@ th, td {
.post.depth-4 {
margin-left: 3em;
}
.unread {
background-color: #F3FFBD;
}