From a9edfa910b01fbe48f456c24e6c467d81d4bb74f Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 22:04:32 -0800 Subject: [PATCH] remove white background --- script.user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 5d3d07d..3cebb34 100644 --- a/script.user.js +++ b/script.user.js @@ -56,12 +56,15 @@ color: white !important; opacity: 1; } /* Pricing */ -.beginner_pane, .pricing-table ul, .pricing_table ul.Free li:nth-child(2), .pricing_table ul.Free li.pricing_button { +.beginner_pane, .pricing_table ul.Free li:nth-child(2), .pricing_table ul.Free li.pricing_button { background: black; border: solid; border-color: orange; border-width: 1px; } +.pricing_table ul { +background: none; +} ul.Free li:first-child { background: #2b1500; }