From b02088e329130bd2ab42b4352e60500b2ba4d9b8 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 1 May 2017 12:04:14 -0300 Subject: [PATCH] Like color --- plugins/coral-plugin-like/client/components/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/coral-plugin-like/client/components/style.css b/plugins/coral-plugin-like/client/components/style.css index fd502570b..f45df86ef 100644 --- a/plugins/coral-plugin-like/client/components/style.css +++ b/plugins/coral-plugin-like/client/components/style.css @@ -16,10 +16,10 @@ } &.liked { - color: #c98211; + color: rgb(0,134,227); &:hover { - color: #e59614; + color: rgb(0,134,227); cursor: pointer; } }