fix background color of bar above timeline

This commit is contained in:
li zi 2021-10-18 14:47:51 -07:00
parent fa6e2b9e98
commit 8df35f0421
1 changed files with 4 additions and 0 deletions

View File

@ -548,3 +548,7 @@ a.mention, .notification__message .fa {
.video-player__buttons button {
color: $ui-primary-color;
}
.tabs-bar__wrapper {
background: $purple1;
}