Fix background of member button

This commit is contained in:
Konstantinos Triantafyllou 2022-08-02 13:29:07 +03:00
parent 34d60406f6
commit c94e850c2d
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0092f060c1bc762d53e80698429c94bb4e696d88
Subproject commit 39ddba0eba6ac377012d9324cf0e9a3b20324579

View File

@ -38,6 +38,7 @@
}
#joinAndInviteBtn #member {
background-color: @global-background;
color: @success-color;
}