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; }