From 938ae854b08262d488678600843708451e8b7c8b Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 17 May 2017 18:23:45 +0200 Subject: [PATCH] Change remake list color back It's supposed to be the same as on the original nyaa --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index d89584da..c56ac707 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,6 +1,6 @@ /* Torrent status colors */ .remake { - background-color: rgba(240, 176, 128, 0.6); + background-color: rgb(240, 176, 128); } .trusted { background-color: #a3e9a4;