From cf82ded93419f3ee0e0967522b1eda260af88545 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 22:02:35 -0800 Subject: [PATCH] beginner plan --- script.user.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index aa1fb81..8ce4a09 100644 --- a/script.user.js +++ b/script.user.js @@ -55,12 +55,16 @@ background: #013e6d !important; color: white !important; opacity: 1; } -.beginner_pane { +/* Pricing */ +.beginner_pane, .pricing-table, .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; } +ul.Free li:first-child { +background: #2b1500; +} `; document.body.appendChild(style);