From d1052827dc683ea7c1365c6e75965259cf81ac87 Mon Sep 17 00:00:00 2001 From: trwnh Date: Tue, 19 Jun 2018 22:48:52 -0500 Subject: [PATCH] Change heart color from magenta to reddish --- resources/assets/sass/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index f21bbbf77..298390c2e 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -174,7 +174,7 @@ body, button, input, textarea { } .fas.fa-heart { - color: #f70ec4!important; + color: #d32f2f!important; }