chat-fe: fix incorrect property in css

This commit is contained in:
Liam Fitzgerald 2020-03-24 10:59:55 +10:00
parent 302c3dc4cc
commit ca8f436fd0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -277,6 +277,6 @@ h2 {
color: #fff;
}
.hover-bg-gray1-d:hover {
color: #4d4d4d;
background-color: #4d4d4d;
}
}