From: Luigi Pinca Date: Thu, 21 Aug 2014 15:11:51 +0000 (+0200) Subject: changed the color used to show that the user has matched the artist X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=d1d80421c44dc66c55caf6da881976b089e8ce8b;p=binbsis50.git changed the color used to show that the user has matched the artist --- diff --git a/package.json b/package.json index 28be6b3..641c821 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.5.3" + "version": "0.5.3-1" } diff --git a/public/css/style.css b/public/css/style.css index 34a5cdf..d66e8fb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -335,7 +335,7 @@ form .clearfix { margin-right: 4px; } .matchedartist { - color: #1502c2; + color: #6184b7; } .matchedtitle { color: #f3a22f;