From aa28b3887f02b48b8d2304bb5db0d1cf413df8f7 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 26 Jun 2021 22:32:29 -0400 Subject: [PATCH] Apply Dewin's suggested filter to the Z3 Player Tracker --- WebHostLib/static/styles/playerTracker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/static/styles/playerTracker.css b/WebHostLib/static/styles/playerTracker.css index e0ffcc23..d5f47efe 100644 --- a/WebHostLib/static/styles/playerTracker.css +++ b/WebHostLib/static/styles/playerTracker.css @@ -24,7 +24,7 @@ height: 100%; max-width: 40px; max-height: 40px; - filter: grayscale(100%); + filter: grayscale(100%) contrast(75%) brightness(75%); } #inventory-table img.acquired{