Like color

This commit is contained in:
Belen Curcio
2017-05-01 12:04:14 -03:00
parent 1a50b6cc85
commit b02088e329
@@ -16,10 +16,10 @@
}
&.liked {
color: #c98211;
color: rgb(0,134,227);
&:hover {
color: #e59614;
color: rgb(0,134,227);
cursor: pointer;
}
}