From 784a14f8536be7f0d3264b45d90f685f6150f61a Mon Sep 17 00:00:00 2001 From: Jiiks Date: Wed, 5 Dec 2018 08:08:52 +0200 Subject: [PATCH] More neutral red --- client/src/styles/partials/bdsettings/remotecard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/partials/bdsettings/remotecard.scss b/client/src/styles/partials/bdsettings/remotecard.scss index c50759be..6aebfd15 100644 --- a/client/src/styles/partials/bdsettings/remotecard.scss +++ b/client/src/styles/partials/bdsettings/remotecard.scss @@ -15,7 +15,7 @@ } .bd-remoteCardLikes { - color: #f00; + color: $colerr; font-size: 12px; font-weight: 600; }