Bring back white time for highlights

This commit is contained in:
Pavel Djundik 2018-06-24 00:24:56 +03:00
parent 0ead494e4f
commit c107a125db
1 changed files with 4 additions and 0 deletions

View File

@ -313,6 +313,10 @@ body {
border-bottom: 1px dotted #555;
}
#chat .channel .message.highlight .time {
color: #fff;
}
#chat .channel .highlight .toggle-content {
background-color: var(--background-dark-color);
}