From 8d2d6abdbc3a249c99c2ad7baa49557331cd4216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Thu, 13 Mar 2025 20:32:54 +0000 Subject: [PATCH] minor tweaks --- build/style.css | 4 ---- new.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/build/style.css b/build/style.css index f29203e..e875c83 100644 --- a/build/style.css +++ b/build/style.css @@ -576,10 +576,6 @@ td:has(.pending) { position: relative; } -td:has(.pending) img { - filter: hue-rotate(180deg); -} - td p.pending { position: absolute; font-size: 10px; diff --git a/new.py b/new.py index 809b939..47f3453 100644 --- a/new.py +++ b/new.py @@ -1115,7 +1115,7 @@ def indexgen(): content.write("\">") masteredcount += 1 if len(mastereddecks) > variables.maxmastered: - content.write(" see all") + content.write(" see all") content.write("

\n") sigs = [] for card in cardlist: