Detect highlights

This commit is contained in:
Simon Ser
2020-06-29 11:08:47 +02:00
parent ed6dccbb58
commit abece1e3fd
4 changed files with 55 additions and 1 deletions

View File

@@ -46,6 +46,9 @@ body {
#buffer-list li.unread-message a {
color: #b37400;
}
#buffer-list li.unread-highlight a {
color: #22009b;
}
#buffer-list .actions {
flex-shrink: 0;
text-align: center;