Add block reverted, fav buttons are working. Other problems was fixed.

This commit is contained in:
YosefGul 2021-12-02 23:03:16 +03:00
parent f79e370c02
commit 20e32aacf5

View File

@ -87,9 +87,19 @@
} }
.like { .like {
color: rgb(109, 109, 109) !important; color: rgb(109, 109, 109);
} }
.unlike { .unlike {
color: red !important; color: red !important;
} }
.color-red {
color: red !important;
}
.color-black {
color: black;
}