mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
Add block reverted, fav buttons are working. Other problems was fixed.
This commit is contained in:
parent
f79e370c02
commit
20e32aacf5
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user