Fix css specificity for header border

This commit is contained in:
Pavel Djundik 2018-04-26 13:22:04 +03:00
parent 4680de2fc1
commit 1a5dd3f8b4
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ body {
#chat .user-mode::before,
#form,
#windows .header,
#windows #chat .header,
#chat .content,
#chat .userlist {
border-color: var(--background-light-color);