]> git.example.dev Git - binbsis50.git/commitdiff
changed the color used to show that the user has matched the artist
authorLuigi Pinca <luigipinca@gmail.com>
Thu, 21 Aug 2014 15:11:51 +0000 (17:11 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Thu, 21 Aug 2014 15:11:51 +0000 (17:11 +0200)
package.json
public/css/style.css

index 28be6b344aeb5b5a7dff0c0adf1edfe4e401b20d..641c821ff47e91ccc5b0bd5bb855449a9c60c3b3 100644 (file)
@@ -35,5 +35,5 @@
     "start": "node app.js"
   },
   "subdomain": "binb",
-  "version": "0.5.3"
+  "version": "0.5.3-1"
 }
index 34a5cdfd9a1a56efb5cf4fb905f169be395bc64f..d66e8fba05005665ef14bf01f480a750da09c0f6 100644 (file)
@@ -335,7 +335,7 @@ form .clearfix {
   margin-right: 4px;
 }
 .matchedartist {
-  color: #1502c2;
+  color: #6184b7;
 }
 .matchedtitle {
   color: #f3a22f;