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; } }