components/buffer-list: show buffers with errors in red

This commit is contained in:
Simon Ser
2022-09-05 14:00:52 +02:00
parent 096fcbf829
commit a603b79e33
2 changed files with 13 additions and 1 deletions

View File

@@ -158,6 +158,9 @@ button.danger:hover {
color: white;
background-color: var(--gray);
}
#buffer-list li.error a {
color: red;
}
#buffer-list li.unread-message a {
color: #b37400;
}